Uses of Interface
com.sentilla.net.ByteReceiver

Packages that use ByteReceiver
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of ByteReceiver in com.sentilla.net
 

Methods in com.sentilla.net that return ByteReceiver
static ByteReceiver ByteReceiverDriver.create(int port)
          Create a new ByteReceiver that receives on the given input port.
static ByteReceiver ByteReceiverDriver.create(String driver, int port)
          Returns a new ByteReceiver using the driver driver that receives messages on port port.
abstract  ByteReceiver ByteReceiverDriver.newByteReceiver(int port)
          Returns a new ByteReceiver that receives on the input port.
 ByteReceiver ByteReceiver.setReceive(byte[] buf, int offset)
          Set the byte array to receive data into, but do not submit to the kernel.
 ByteReceiver ByteReceiver.setReceive(com.sentilla.io.ByteBuffer buf)
          Set the ByteBuffer to receive data into, but do not submit to the kernel.
 

Uses of ByteReceiver in com.sentilla.platform.tmote
 

Classes in com.sentilla.platform.tmote that implement ByteReceiver
 class ByteReceiver
          Tmote implementation of ByteReceiver
 

Methods in com.sentilla.platform.tmote that return ByteReceiver
 ByteReceiver ByteReceiverDriver.newByteReceiver(int amfilter)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.