Uses of Class
org.llrp.ltk.exceptions.InvalidLLRPMessageException

Packages that use InvalidLLRPMessageException
org.llrp.ltk.generated   
org.llrp.ltk.generated.interfaces   
org.llrp.ltk.generated.messages   
org.llrp.ltk.generated.parameters   
org.llrp.ltk.types   
org.llrp.ltk.util   
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.generated
 

Methods in org.llrp.ltk.generated that throw InvalidLLRPMessageException
static LLRPMessage LLRPMessageFactory.createLLRPMessage(byte[] byteArray)
          Generates a LLRPMessage out of the given Byte Array.
static LLRPMessage LLRPMessageFactory.createLLRPMessage(org.jdom.Document document)
           
static LLRPMessage LLRPMessageFactory.createLLRPMessage(LLRPBitList bits)
          Generates a LLRPMessage out of the given LLRPBitList.
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.generated.interfaces
 

Methods in org.llrp.ltk.generated.interfaces that throw InvalidLLRPMessageException
 void Timestamp.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void SpecParameter.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void EPCParameter.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolUHFRFModeTable.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolTagSpec.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolTagData.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolSingulationDetails.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolLLRPCapabilities.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolInventoryCommandSettings.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AirProtocolEPCMemorySelector.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AccessCommandOpSpecResult.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 void AccessCommandOpSpec.decodeXML(org.jdom.Element element)
          decode parameter from xml.
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.generated.messages
 

Methods in org.llrp.ltk.generated.messages that throw InvalidLLRPMessageException
protected  void STOP_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void STOP_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void START_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void START_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void SET_READER_CONFIG_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void SET_READER_CONFIG.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void RO_ACCESS_REPORT.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void READER_EVENT_NOTIFICATION.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void KEEPALIVE_ACK.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void KEEPALIVE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_ROSPECS_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_ROSPECS.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_REPORT.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_READER_CONFIG_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_READER_CONFIG.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_READER_CAPABILITIES_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_READER_CAPABILITIES.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_ACCESSSPECS_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void GET_ACCESSSPECS.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ERROR_MESSAGE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ENABLE_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ENABLE_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ENABLE_EVENTS_AND_REPORTS.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ENABLE_ACCESSSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ENABLE_ACCESSSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DISABLE_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DISABLE_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DISABLE_ACCESSSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DISABLE_ACCESSSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DELETE_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DELETE_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DELETE_ACCESSSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void DELETE_ACCESSSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void CUSTOM_MESSAGE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void CLOSE_CONNECTION_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void CLOSE_CONNECTION.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ADD_ROSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ADD_ROSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ADD_ACCESSSPEC_RESPONSE.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
protected  void ADD_ACCESSSPEC.decodeBinarySpecific(LLRPBitList binary)
          to be implemented by specific message.
 void STOP_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void STOP_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void START_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void START_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void SET_READER_CONFIG_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void SET_READER_CONFIG.decodeXML(org.jdom.Document document)
          create objects from xml.
 void RO_ACCESS_REPORT.decodeXML(org.jdom.Document document)
          create objects from xml.
 void READER_EVENT_NOTIFICATION.decodeXML(org.jdom.Document document)
          create objects from xml.
 void KEEPALIVE_ACK.decodeXML(org.jdom.Document document)
          create objects from xml.
 void KEEPALIVE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_ROSPECS_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_ROSPECS.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_REPORT.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_READER_CONFIG_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_READER_CONFIG.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_READER_CAPABILITIES_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_READER_CAPABILITIES.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_ACCESSSPECS_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void GET_ACCESSSPECS.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ERROR_MESSAGE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ENABLE_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ENABLE_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ENABLE_EVENTS_AND_REPORTS.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ENABLE_ACCESSSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ENABLE_ACCESSSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DISABLE_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DISABLE_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DISABLE_ACCESSSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DISABLE_ACCESSSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DELETE_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DELETE_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DELETE_ACCESSSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void DELETE_ACCESSSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void CUSTOM_MESSAGE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void CLOSE_CONNECTION_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void CLOSE_CONNECTION.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ADD_ROSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ADD_ROSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ADD_ACCESSSPEC_RESPONSE.decodeXML(org.jdom.Document document)
          create objects from xml.
 void ADD_ACCESSSPEC.decodeXML(org.jdom.Document document)
          create objects from xml.
protected  LLRPBitList STOP_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList STOP_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList START_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList START_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList SET_READER_CONFIG_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList SET_READER_CONFIG.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList RO_ACCESS_REPORT.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList READER_EVENT_NOTIFICATION.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList KEEPALIVE_ACK.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList KEEPALIVE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_ROSPECS_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_ROSPECS.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_REPORT.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_READER_CONFIG_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_READER_CONFIG.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_READER_CAPABILITIES_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_READER_CAPABILITIES.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_ACCESSSPECS_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList GET_ACCESSSPECS.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ERROR_MESSAGE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ENABLE_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ENABLE_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ENABLE_EVENTS_AND_REPORTS.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ENABLE_ACCESSSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ENABLE_ACCESSSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DISABLE_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DISABLE_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DISABLE_ACCESSSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DISABLE_ACCESSSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DELETE_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DELETE_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DELETE_ACCESSSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList DELETE_ACCESSSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList CUSTOM_MESSAGE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList CLOSE_CONNECTION_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList CLOSE_CONNECTION.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ADD_ROSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ADD_ROSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ADD_ACCESSSPEC_RESPONSE.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
protected  LLRPBitList ADD_ACCESSSPEC.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
 org.jdom.Document STOP_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document STOP_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document START_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document START_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document SET_READER_CONFIG_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document SET_READER_CONFIG.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document RO_ACCESS_REPORT.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document READER_EVENT_NOTIFICATION.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document KEEPALIVE_ACK.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document KEEPALIVE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_ROSPECS_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_ROSPECS.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_REPORT.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_READER_CONFIG_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_READER_CONFIG.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_READER_CAPABILITIES_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_READER_CAPABILITIES.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_ACCESSSPECS_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document GET_ACCESSSPECS.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ERROR_MESSAGE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ENABLE_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ENABLE_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ENABLE_EVENTS_AND_REPORTS.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ENABLE_ACCESSSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ENABLE_ACCESSSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DISABLE_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DISABLE_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DISABLE_ACCESSSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DISABLE_ACCESSSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DELETE_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DELETE_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DELETE_ACCESSSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document DELETE_ACCESSSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document CUSTOM_MESSAGE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document CLOSE_CONNECTION_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document CLOSE_CONNECTION.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ADD_ROSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ADD_ROSPEC.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ADD_ACCESSSPEC_RESPONSE.encodeXML()
          create xml representation of this parameter.
 org.jdom.Document ADD_ACCESSSPEC.encodeXML()
          create xml representation of this parameter.
 

Constructors in org.llrp.ltk.generated.messages that throw InvalidLLRPMessageException
ADD_ACCESSSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ACCESSSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ADD_ACCESSSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ACCESSSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ACCESSSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ADD_ACCESSSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ADD_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ADD_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ADD_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CLOSE_CONNECTION_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CLOSE_CONNECTION_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
CLOSE_CONNECTION_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CLOSE_CONNECTION(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CLOSE_CONNECTION(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
CLOSE_CONNECTION(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CUSTOM_MESSAGE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
CUSTOM_MESSAGE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
CUSTOM_MESSAGE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ACCESSSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ACCESSSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DELETE_ACCESSSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ACCESSSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ACCESSSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DELETE_ACCESSSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DELETE_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DELETE_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DELETE_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ACCESSSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ACCESSSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DISABLE_ACCESSSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ACCESSSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ACCESSSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DISABLE_ACCESSSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DISABLE_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
DISABLE_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
DISABLE_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ACCESSSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ACCESSSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ENABLE_ACCESSSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ACCESSSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ACCESSSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ENABLE_ACCESSSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_EVENTS_AND_REPORTS(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_EVENTS_AND_REPORTS(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ENABLE_EVENTS_AND_REPORTS(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ENABLE_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ENABLE_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ENABLE_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ERROR_MESSAGE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
ERROR_MESSAGE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
ERROR_MESSAGE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ACCESSSPECS_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ACCESSSPECS_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_ACCESSSPECS_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ACCESSSPECS(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ACCESSSPECS(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_ACCESSSPECS(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CAPABILITIES_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CAPABILITIES_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_READER_CAPABILITIES_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CAPABILITIES(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CAPABILITIES(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_READER_CAPABILITIES(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CONFIG_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CONFIG_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_READER_CONFIG_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CONFIG(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_READER_CONFIG(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_READER_CONFIG(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_REPORT(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_REPORT(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_REPORT(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ROSPECS_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ROSPECS_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_ROSPECS_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ROSPECS(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
GET_ROSPECS(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
GET_ROSPECS(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
KEEPALIVE_ACK(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
KEEPALIVE_ACK(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
KEEPALIVE_ACK(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
KEEPALIVE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
KEEPALIVE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
KEEPALIVE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
READER_EVENT_NOTIFICATION(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
READER_EVENT_NOTIFICATION(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
READER_EVENT_NOTIFICATION(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
RO_ACCESS_REPORT(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
RO_ACCESS_REPORT(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
RO_ACCESS_REPORT(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
SET_READER_CONFIG_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
SET_READER_CONFIG_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
SET_READER_CONFIG_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
SET_READER_CONFIG(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
SET_READER_CONFIG(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
SET_READER_CONFIG(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
START_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
START_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
START_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
START_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
START_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
START_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
STOP_ROSPEC_RESPONSE(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
STOP_ROSPEC_RESPONSE(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
STOP_ROSPEC_RESPONSE(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
STOP_ROSPEC(byte[] byteArray)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
STOP_ROSPEC(org.jdom.Document document)
          Constructor to create message from xml encoded message calls decodeXML to decode message.
STOP_ROSPEC(LLRPBitList list)
          Constructor to create message from binary encoded message calls decodeBinary to decode message.
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.generated.parameters
 

Methods in org.llrp.ltk.generated.parameters that throw InvalidLLRPMessageException
 void Uptime.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFSurveySpecStopTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFSurveySpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void EPCData.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2WriteOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2Write.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2UHFRFModeTableEntry.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2UHFRFModeTable.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TargetTag.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TagSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2ReadOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2Read.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2LockOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2LockPayload.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2Lock.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2LLRPCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2KillOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2Kill.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TagInventoryStateAwareSingulationAction.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2SingulationControl.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2RFControl.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2InventoryCommand.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TagInventoryStateUnawareFilterAction.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TagInventoryStateAwareFilterAction.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2TagInventoryMask.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2Filter.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2EPCMemorySelector.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2BlockWriteOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2BlockWrite.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2BlockEraseOpSpecResult.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2BlockErase.decodeXML(org.jdom.Element element)
          create objects from xml.
 void TagObservationTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void InventoryParameterSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AISpecStopTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AISpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FrequencyRSSILevelEntry.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFSurveyReportData.decodeXML(org.jdom.Element element)
          create objects from xml.
 void TagReportData.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROSpecID.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ConnectionCloseEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ConnectionAttemptEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AntennaEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AISpecEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFSurveyEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReaderExceptionEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReportBufferOverflowErrorEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReportBufferLevelWarningEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROSpecEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GPIEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void HoppingEvent.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReaderEventNotificationData.decodeXML(org.jdom.Element element)
          create objects from xml.
 void EventNotificationState.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFTransmitter.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RFReceiver.decodeXML(org.jdom.Element element)
          create objects from xml.
 void EventsAndReports.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GPOWriteData.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GPIPortCurrentState.decodeXML(org.jdom.Element element)
          create objects from xml.
 void KeepaliveSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void LLRPConfigurationStateValue.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReaderEventNotificationSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AntennaConfiguration.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AntennaProperties.decodeXML(org.jdom.Element element)
          create objects from xml.
 void Identification.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FixedFrequencyTable.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FrequencyHopTable.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FrequencyInformation.decodeXML(org.jdom.Element element)
          create objects from xml.
 void TransmitPowerLevelTableEntry.decodeXML(org.jdom.Element element)
          create objects from xml.
 void UHFBandCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void PerAntennaAirProtocol.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GPIOCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void PerAntennaReceiveSensitivityRange.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ReceiveSensitivityTableEntry.decodeXML(org.jdom.Element element)
          create objects from xml.
 void RegulatoryCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void LLRPCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GeneralDeviceCapabilities.decodeXML(org.jdom.Element element)
          create objects from xml.
 void UTCTimestamp.decodeXML(org.jdom.Element element)
          create objects from xml.
 void GPITriggerValue.decodeXML(org.jdom.Element element)
          create objects from xml.
 void PeriodicTriggerValue.decodeXML(org.jdom.Element element)
          create objects from xml.
 void TagReportContentSelector.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROSpecStopTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROSpecStartTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROReportSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROBoundarySpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ROSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ParameterError.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FieldError.decodeXML(org.jdom.Element element)
          create objects from xml.
 void LLRPStatus.decodeXML(org.jdom.Element element)
          create objects from xml.
 void Custom.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AccessReportSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AccessCommand.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AccessSpecStopTrigger.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AccessSpec.decodeXML(org.jdom.Element element)
          create objects from xml.
 void EPC_96.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2_PC.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2_CRC.decodeXML(org.jdom.Element element)
          create objects from xml.
 void C1G2SingulationDetails.decodeXML(org.jdom.Element element)
          create objects from xml.
 void TagSeenCount.decodeXML(org.jdom.Element element)
          create objects from xml.
 void LastSeenTimestampUptime.decodeXML(org.jdom.Element element)
          create objects from xml.
 void LastSeenTimestampUTC.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FirstSeenTimestampUptime.decodeXML(org.jdom.Element element)
          create objects from xml.
 void FirstSeenTimestampUTC.decodeXML(org.jdom.Element element)
          create objects from xml.
 void ChannelIndex.decodeXML(org.jdom.Element element)
          create objects from xml.
 void PeakRSSI.decodeXML(org.jdom.Element element)
          create objects from xml.
 void OpSpecID.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AccessSpecID.decodeXML(org.jdom.Element element)
          create objects from xml.
 void AntennaID.decodeXML(org.jdom.Element element)
          create objects from xml.
 void InventoryParameterSpecID.decodeXML(org.jdom.Element element)
          create objects from xml.
 void SpecIndex.decodeXML(org.jdom.Element element)
          create objects from xml.
 

Constructors in org.llrp.ltk.generated.parameters that throw InvalidLLRPMessageException
AccessCommand(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AccessReportSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AccessSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AccessSpecID(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AccessSpecStopTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AISpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AISpecEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AISpecStopTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AntennaConfiguration(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AntennaEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AntennaID(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
AntennaProperties(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2_CRC(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2_PC(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2BlockErase(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2BlockEraseOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2BlockWrite(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2BlockWriteOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2EPCMemorySelector(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2Filter(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2InventoryCommand(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2Kill(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2KillOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2LLRPCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2Lock(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2LockOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2LockPayload(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2Read(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2ReadOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2RFControl(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2SingulationControl(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2SingulationDetails(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TagInventoryMask(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TagInventoryStateAwareFilterAction(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TagInventoryStateAwareSingulationAction(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TagInventoryStateUnawareFilterAction(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TagSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2TargetTag(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2UHFRFModeTable(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2UHFRFModeTableEntry(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2Write(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
C1G2WriteOpSpecResult(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ChannelIndex(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ConnectionAttemptEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ConnectionCloseEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
Custom(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
EPC_96(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
EPCData(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
EventNotificationState(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
EventsAndReports(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FieldError(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FirstSeenTimestampUptime(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FirstSeenTimestampUTC(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FixedFrequencyTable(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FrequencyHopTable(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FrequencyInformation(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
FrequencyRSSILevelEntry(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GeneralDeviceCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GPIEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GPIOCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GPIPortCurrentState(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GPITriggerValue(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
GPOWriteData(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
HoppingEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
Identification(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
InventoryParameterSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
InventoryParameterSpecID(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
KeepaliveSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
LastSeenTimestampUptime(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
LastSeenTimestampUTC(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
LLRPCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
LLRPConfigurationStateValue(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
LLRPStatus(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
OpSpecID(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ParameterError(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
PeakRSSI(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
PerAntennaAirProtocol(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
PerAntennaReceiveSensitivityRange(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
PeriodicTriggerValue(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReaderEventNotificationData(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReaderEventNotificationSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReaderExceptionEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReceiveSensitivityTableEntry(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RegulatoryCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReportBufferLevelWarningEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ReportBufferOverflowErrorEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFReceiver(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFSurveyEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFSurveyReportData(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFSurveySpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFSurveySpecStopTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
RFTransmitter(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROBoundarySpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROReportSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROSpec(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROSpecEvent(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROSpecID(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROSpecStartTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
ROSpecStopTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
SpecIndex(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TagObservationTrigger(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TagReportContentSelector(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TagReportData(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TagSeenCount(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
TransmitPowerLevelTableEntry(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
UHFBandCapabilities(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
Uptime(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
UTCTimestamp(org.jdom.Element element)
          Constructor to create parameter from xml encoded parameter calls decodeXML to decode parameter.
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.types
 

Methods in org.llrp.ltk.types that throw InvalidLLRPMessageException
 void LLRPMessage.decodeBinary(byte[] byteArray)
          create message from byte[].
protected abstract  void LLRPMessage.decodeBinarySpecific(LLRPBitList bits)
          to be implemented by specific message.
abstract  void LLRPMessage.decodeXML(org.jdom.Document xml)
          create objects from xml.
abstract  void LLRPParameter.decodeXML(org.jdom.Element element)
          create objects from xml.
 byte[] LLRPMessage.encodeBinary()
          encode this message to binary formate.
protected abstract  LLRPBitList LLRPMessage.encodeBinarySpecific()
          encoding function - has to be implemented by each message.
abstract  org.jdom.Document LLRPMessage.encodeXML()
          create xml representation of this parameter.
 boolean LLRPMessage.isValidXMLMessage(org.jdom.Document jdomDoc, java.lang.String schemaPath)
          Check xml file against xml schema.
 java.lang.String LLRPMessage.toBinaryString()
          Return LLRP message as binary string in LLRP binary encoding.
 java.lang.String LLRPMessage.toHexString()
          Return LLRP message as hex string in LLRP binary encoding.
 java.lang.String LLRPMessage.toXMLString()
          Return LLRP message as string in LTK XML format If there is an error during message encoding, the error message is returned.
 

Uses of InvalidLLRPMessageException in org.llrp.ltk.util
 

Methods in org.llrp.ltk.util that throw InvalidLLRPMessageException
static LLRPMessage Util.loadBinaryLLRPMessage(java.io.File file)
          loads a binary LLRPMessage from the file system and returns an LLRPMessage object
static LLRPMessage Util.loadXMLLLRPMessage(java.io.File file)
          loads a LLRPMessage in LTK-XML format from the file system and returns an LLRPMessage object
 



Copyright © 2007 ETH Zurich.