|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapplogic.xbee.util.DoubleByte
com.rapplogic.xbee.api.XBeePacketLength
public class XBeePacketLength
Supports a 16-bit XBee packet length
Constructor Summary | |
---|---|
XBeePacketLength(int length)
|
|
XBeePacketLength(int msb,
int lsb)
Manual says max packet length is 100 bytes so not sure why 2 bytes are needed |
Method Summary | |
---|---|
int |
getLength()
|
Methods inherited from class com.rapplogic.xbee.util.DoubleByte |
---|
equals, get16BitValue, getArray, getLsb, getMsb, hashCode, setLsb, setMsb |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XBeePacketLength(int msb, int lsb)
msb
- lsb
- public XBeePacketLength(int length)
Method Detail |
---|
public int getLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |