com.sentilla.platform.cmote
Class ClientRadioProtocol.Receiver
java.lang.Object
com.sentilla.platform.cmote.DispatcherAction
com.sentilla.platform.cmote.Receiver
com.sentilla.platform.cmote.ClientRadioProtocol.Receiver
- All Implemented Interfaces:
- Receiver, Action
- Enclosing class:
- ClientRadioProtocol
public static class ClientRadioProtocol.Receiver
- extends Receiver
Provides receiver class for the client to receive from the host server.
- See Also:
Receiver
Method Summary |
Object |
receive()
Overrides the base class receive() method to provide
interface to the host server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timestamp
public long timestamp
ClientRadioProtocol.Receiver
public ClientRadioProtocol.Receiver(ClientRadioProtocol proto)
- Initializes the receiver.
- See Also:
Receiver
ClientRadioProtocol.Receiver
public ClientRadioProtocol.Receiver(ClientRadioProtocol protocol,
Class<ByteBufferMessage> name)
receive
public Object receive()
- Overrides the base class
receive()
method to provide
interface to the host server.
- Specified by:
receive
in interface Receiver
- Overrides:
receive
in class Receiver
- Returns:
- object that is received by the mote
- See Also:
Receiver
Copyright © 2007 Sentilla Corporation. All Rights Reserved.