com.sentilla.net
Class CollectionProtocol.CollectionProtocolAck
java.lang.Object
com.sentilla.net.CollectionProtocol.CollectionProtocolAck
- All Implemented Interfaces:
- MoteSenderAddressMessage, Serializable
- Enclosing class:
- CollectionProtocol
public static class CollectionProtocol.CollectionProtocolAck
- extends Object
- implements Serializable, MoteSenderAddressMessage
Ack message sent by motes to acknowledge the receipt of
a DataMessage.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
senderID
public long senderID
destinationID
public long destinationID
seqID
public byte seqID
fromHost
public boolean fromHost
CollectionProtocol.CollectionProtocolAck
public CollectionProtocol.CollectionProtocolAck()
getSenderMacAddress
public Mac64Address getSenderMacAddress()
- Description copied from interface:
MoteSenderAddressMessage
- Returns a Mac64Address object containing the sending motes
64-bit MAC address.
- Specified by:
getSenderMacAddress
in interface MoteSenderAddressMessage
- Returns:
- the sending motes Mac64Address
- See Also:
Mac64Address
Copyright © 2007 Sentilla Corporation. All Rights Reserved.