com.sentilla.net
Class CollectionProtocol.CollectionProtocolHostMessage

java.lang.Object
  extended by com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage
All Implemented Interfaces:
MoteSenderAddressMessage, Serializable
Enclosing class:
CollectionProtocol

public static class CollectionProtocol.CollectionProtocolHostMessage
extends Object
implements MoteSenderAddressMessage, Serializable

Message class sent by the host when building a routing table.

See Also:
Serialized Form

Field Summary
 short cost
           
 byte hopCount
           
 long parentID
           
 long poison
           
 long senderID
           
 int seqID
           
 short TTL
           
 
Constructor Summary
CollectionProtocol.CollectionProtocolHostMessage()
           
 
Method Summary
 Mac64Address getSenderMacAddress()
          Returns a Mac64Address object containing the sending motes 64-bit MAC address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderID

public long senderID

parentID

public long parentID

hopCount

public byte hopCount

cost

public short cost

TTL

public short TTL

seqID

public int seqID

poison

public long poison
Constructor Detail

CollectionProtocol.CollectionProtocolHostMessage

public CollectionProtocol.CollectionProtocolHostMessage()
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.