com.buglabs.bug.module.bugbee.pub
Interface IBUGBeePacket
- All Known Implementing Classes:
- BUGBeeModletPacket
public interface IBUGBeePacket
|
Method Summary |
int |
read(byte[] buf,
int len,
int flags)
|
int |
write(byte[] buf,
int len,
int flags)
|
MSG_PEEK
static final int MSG_PEEK
- See Also:
- Constant Field Values
MSG_DONTWAIT
static final int MSG_DONTWAIT
- See Also:
- Constant Field Values
write
int write(byte[] buf,
int len,
int flags)
throws java.io.IOException
- Throws:
java.io.IOException
read
int read(byte[] buf,
int len,
int flags)
throws java.io.IOException
- Throws:
java.io.IOException