com.sentilla.net
Class CollectionProtocol.CollectionProtocolAck

java.lang.Object
  extended by 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

Field Summary
 long destinationID
           
 boolean fromHost
           
 long senderID
           
 byte seqID
           
 
Constructor Summary
CollectionProtocol.CollectionProtocolAck()
           
 
Method Summary
 Mac64Address getSenderMacAddress()
          Returns a Mac64Address object containing the sending motes 64-bit MAC address.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderID

public long senderID

destinationID

public long destinationID

seqID

public byte seqID

fromHost

public boolean fromHost
Constructor Detail

CollectionProtocol.CollectionProtocolAck

public CollectionProtocol.CollectionProtocolAck()
Method Detail

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.