com.buglabs.bug.module.bugbee.pub
Interface IBUGBeePacket

All Known Implementing Classes:
BUGBeeModletPacket

public interface IBUGBeePacket


Field Summary
static int MSG_DONTWAIT
           
static int MSG_PEEK
           
 
Method Summary
 int read(byte[] buf, int len, int flags)
           
 int write(byte[] buf, int len, int flags)
           
 

Field Detail

MSG_PEEK

static final int MSG_PEEK
See Also:
Constant Field Values

MSG_DONTWAIT

static final int MSG_DONTWAIT
See Also:
Constant Field Values
Method Detail

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