com.sentilla.net
Class CollectionProtocol.CollectionProtocolHostMessage
java.lang.Object
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
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
CollectionProtocol.CollectionProtocolHostMessage
public CollectionProtocol.CollectionProtocolHostMessage()
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.