public class IMPINJ_ENABLE_EXTENSIONS extends LLRPMessage
| Modifier and Type | Field and Description |
|---|---|
protected BitList |
reserved0 |
static java.lang.String |
RESPONSETYPE |
static UnsignedByte |
subtype |
static UTF8String |
vendor |
static UnsignedInteger |
vendorIdentifier |
messageID, messageLength, messageReservedLength, MINHEADERLENGTH, reserved, RESERVEDLENGTH, TYPENUMBERLENGTH, version, VERSIONLENGTH| Constructor and Description |
|---|
IMPINJ_ENABLE_EXTENSIONS() |
IMPINJ_ENABLE_EXTENSIONS(byte[] byteArray) |
IMPINJ_ENABLE_EXTENSIONS(org.jdom.Document document) |
IMPINJ_ENABLE_EXTENSIONS(LLRPBitList list) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCustomList(Custom custom)
add element custom of type Custom .
|
void |
decodeBinarySpecific(LLRPBitList binary)
to be implemented by specific message.
|
void |
decodeXML(org.jdom.Document document)
create objects from xml.
|
LLRPBitList |
encodeBinarySpecific()
encoding function - has to be implemented by each message.
|
org.jdom.Document |
encodeXML()
create xml representation of this parameter.
|
java.util.List<Custom> |
getCustomList()
get customList of type List <Custom> .
|
SignedByte |
getMessageSubtype() |
java.lang.String |
getName()
name of message (same as class name)
|
java.lang.String |
getResponseType()
response message type awaited
|
SignedShort |
getTypeNum()
type number uniquely identifies message.
|
void |
setCustomList(java.util.List<Custom> customList)
set customList of type List <Custom>.
|
decodeBinary, decodeBinary, encodeBinary, getMessageID, getMessageLength, getVersion, isValidXMLMessage, setMessageID, setVersion, toBinaryString, toHexString, toXMLStringpublic static final UTF8String vendor
public static final UnsignedByte subtype
public static final UnsignedInteger vendorIdentifier
public static final java.lang.String RESPONSETYPE
protected BitList reserved0
public IMPINJ_ENABLE_EXTENSIONS()
public IMPINJ_ENABLE_EXTENSIONS(LLRPBitList list) throws InvalidLLRPMessageException
InvalidLLRPMessageExceptionpublic IMPINJ_ENABLE_EXTENSIONS(byte[] byteArray)
throws InvalidLLRPMessageException
InvalidLLRPMessageExceptionpublic IMPINJ_ENABLE_EXTENSIONS(org.jdom.Document document)
throws InvalidLLRPMessageException
InvalidLLRPMessageExceptionpublic LLRPBitList encodeBinarySpecific()
LLRPMessageencodeBinarySpecific in class LLRPMessagepublic void decodeBinarySpecific(LLRPBitList binary)
LLRPMessagedecodeBinarySpecific in class LLRPMessagebinary - without headerpublic void decodeXML(org.jdom.Document document)
throws InvalidLLRPMessageException
decodeXML in class LLRPMessagedocument - document as jdom documentInvalidLLRPMessageExceptionpublic org.jdom.Document encodeXML()
throws InvalidLLRPMessageException
encodeXML in class LLRPMessageInvalidLLRPMessageExceptionpublic void setCustomList(java.util.List<Custom> customList)
customList - to be setpublic java.util.List<Custom> getCustomList()
public void addToCustomList(Custom custom)
custom - of type Custompublic java.lang.String getResponseType()
LLRPMessagegetResponseType in class LLRPMessagepublic java.lang.String getName()
LLRPMessagegetName in class LLRPMessagepublic SignedShort getTypeNum()
LLRPMessagegetTypeNum in class LLRPMessagepublic SignedByte getMessageSubtype()
Copyright © 2007 ETH Zurich.