|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.spot.peripheral.radio.mhrp.aodv.messages.AODVMessage
public abstract class AODVMessage
Field Summary | |
---|---|
protected long |
destAddress
|
protected int |
destSeqNum
|
protected long |
origAddress
|
protected int |
origSeqNum
|
protected byte |
type
|
Constructor Summary | |
---|---|
AODVMessage()
|
Method Summary | |
---|---|
long |
getDestAddress()
get the destination address of this message |
int |
getDestSeqNum()
get the destination sequence number of this message. |
long |
getOrigAddress()
get the originator's address. |
int |
getOrigSeqNum()
get the originator sequence number. |
byte |
getType()
get the type of this message. |
abstract byte[] |
writeMessage()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte type
protected int destSeqNum
protected long destAddress
protected int origSeqNum
protected long origAddress
Constructor Detail |
---|
public AODVMessage()
Method Detail |
---|
public abstract byte[] writeMessage()
public byte getType()
public int getDestSeqNum()
public long getDestAddress()
public int getOrigSeqNum()
public long getOrigAddress()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |