Uses of Interface
com.sentilla.net.Receiver

Packages that use Receiver
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
 

Uses of Receiver in com.sentilla.net
 

Methods in com.sentilla.net with type parameters of type Receiver
<R extends Receiver>
R
Receiver.getMetadata(Class<R> c)
          Returns the platform specific receiver object that contains metadata about the received message.
 

Methods in com.sentilla.net that return Receiver
static Receiver ReceiverDriver.create(Class msgClass)
           
static Receiver ReceiverDriver.create(String driver, Class msgClass)
          Returns a receiver for input class "msgClass".
abstract  Receiver ReceiverDriver.newReceiver(Class msgClass)
           
 Receiver Receiver.setReceive()
          Sets the Receiver object to receive.
 

Uses of Receiver in com.sentilla.net.rpc
 

Methods in com.sentilla.net.rpc that return Receiver
 Receiver RemoteInvoker.getReceiver()
           
 

Uses of Receiver in com.sentilla.platform.tmote
 

Classes in com.sentilla.platform.tmote that implement Receiver
static class CC2420Radio.Receiver
          Provides receiver class for the CC2420 radio.
static class LoopBackProtocol.LoopBackReceiver
          Provides the receiver implementation for the loop back protocol.
 class Receiver
          Provides methods to receive messages from the mote communications interfaces.
 

Methods in com.sentilla.platform.tmote with type parameters of type Receiver
<R extends Receiver>
R
Receiver.getMetadata(Class<R> c)
          Returns the platform specific receiver object that contains metadata about the received message.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.