Uses of Interface
com.sentilla.net.ByteMessage

Packages that use ByteMessage
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
 

Uses of ByteMessage in com.sentilla.net
 

Subinterfaces of ByteMessage in com.sentilla.net
 interface ByteReceiver
          Receives a message from the radio into a byte buffer.
 interface ByteSender
          Sends a message through the radio.
 

Methods in com.sentilla.net that return ByteMessage
 ByteMessage ByteMessage.setPort(int port)
          Sets the port for message transmissions.
 

Uses of ByteMessage in com.sentilla.platform.cmote
 

Classes in com.sentilla.platform.cmote that implement ByteMessage
 class ByteReceiver
           
 class ByteSender
           
 

Methods in com.sentilla.platform.cmote that return ByteMessage
 ByteMessage ByteSender.setPort(int port)
           
 ByteMessage ByteReceiver.setPort(int port)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.