|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.llrp.commander.editors.BinaryMessage
public class BinaryMessage
This is a wrapper class for LLRP Binary Message.
| Constructor Summary | |
|---|---|
BinaryMessage()
Constructor, to set the default values. |
|
BinaryMessage(java.lang.String aContent)
Constructor, with XML Message as input. |
|
| Method Summary | |
|---|---|
BinarySingleValue |
getMsgID()
Get MessageID value from LLRP message. |
BinarySingleValue |
getMsgLength()
Get MessageLength value from LLRP message. |
BinarySingleValue |
getMsgType()
Get MessageType value from LLRP message. |
BinarySingleValue |
getParameters()
Get Parameters value from LLRP message. |
BinarySingleValue |
getReserved()
Get Reserved value from LLRP message. |
BinarySingleValue[] |
getSplitParameters()
get the parameters value as an array split. |
BinarySingleValue |
getVersion()
Get Version value from LLRP message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryMessage()
public BinaryMessage(java.lang.String aContent)
throws java.lang.Exception
aContent - LLRP XML Message
java.lang.Exception - if message is not valid.| Method Detail |
|---|
public BinarySingleValue getReserved()
public BinarySingleValue getVersion()
public BinarySingleValue getMsgType()
public BinarySingleValue getMsgLength()
public BinarySingleValue getMsgID()
public BinarySingleValue getParameters()
public BinarySingleValue[] getSplitParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||