com.sentilla.platform.tmote
Class CollectionProtocol.CSender
java.lang.Object
com.sentilla.platform.tmote.DispatcherAction
com.sentilla.platform.tmote.Sender
com.sentilla.platform.tmote.CollectionProtocol.CSender
- All Implemented Interfaces:
- Sender, Action
- Enclosing class:
- CollectionProtocol
public static class CollectionProtocol.CSender
- extends Sender
Sender for the collection protocol.
Contains metadata about the number of retries a message should
have and whether it was successfully sent.
- See Also:
Sender
seq
public byte seq
CollectionProtocol.CSender
public CollectionProtocol.CSender(CollectionProtocol c)
setAddress
public void setAddress(Addressable addr)
- Description copied from class:
Sender
- Sets the destination address.
Any valid object implementing the Addressable interface can be set
as the destination address. The protocols extending this class
should throw an error if the address object is not supported.
- Specified by:
setAddress
in interface Sender
- Specified by:
setAddress
in class Sender
- Parameters:
addr
- object implementing Addressable interface to be used as address- See Also:
Addressable
Copyright © 2007 Sentilla Corporation. All Rights Reserved.