Uses of Class
org.llrp.ltk.types.LLRPType

Packages that use LLRPType
org.llrp.ltk.generated.enumerations   
org.llrp.ltk.types   
 

Uses of LLRPType in org.llrp.ltk.generated.enumerations
 

Subclasses of LLRPType in org.llrp.ltk.generated.enumerations
 class AccessReportTriggerType
          AccessReportTriggerType is Enumeration of Type UnsignedByte
 class AccessSpecState
          AccessSpecState is Enumeration of Type Bit
 class AccessSpecStopTriggerType
          AccessSpecStopTriggerType is Enumeration of Type UnsignedByte
 class AirProtocols
          AirProtocols is Enumeration of Type UnsignedByte
 class AirProtocolsArray
          AirProtocolsArray is Enumeration of Type UnsignedByteArray
 class AISpecEventType
          AISpecEventType is Enumeration of Type UnsignedByte
 class AISpecStopTriggerType
          AISpecStopTriggerType is Enumeration of Type UnsignedByte
 class AntennaEventType
          AntennaEventType is Enumeration of Type UnsignedByte
 class C1G2BlockEraseResultType
          C1G2BlockEraseResultType is Enumeration of Type UnsignedByte
 class C1G2BlockWriteResultType
          C1G2BlockWriteResultType is Enumeration of Type UnsignedByte
 class C1G2DRValue
          C1G2DRValue is Enumeration of Type Bit
 class C1G2ForwardLinkModulation
          C1G2ForwardLinkModulation is Enumeration of Type UnsignedByte
 class C1G2KillResultType
          C1G2KillResultType is Enumeration of Type UnsignedByte
 class C1G2LockDataField
          C1G2LockDataField is Enumeration of Type UnsignedByte
 class C1G2LockPrivilege
          C1G2LockPrivilege is Enumeration of Type UnsignedByte
 class C1G2LockResultType
          C1G2LockResultType is Enumeration of Type UnsignedByte
 class C1G2MValue
          C1G2MValue is Enumeration of Type UnsignedByte
 class C1G2ReadResultType
          C1G2ReadResultType is Enumeration of Type UnsignedByte
 class C1G2SpectralMaskIndicator
          C1G2SpectralMaskIndicator is Enumeration of Type UnsignedByte
 class C1G2StateAwareAction
          C1G2StateAwareAction is Enumeration of Type UnsignedByte
 class C1G2StateAwareTarget
          C1G2StateAwareTarget is Enumeration of Type UnsignedByte
 class C1G2StateUnawareAction
          C1G2StateUnawareAction is Enumeration of Type UnsignedByte
 class C1G2TagInventoryStateAwareI
          C1G2TagInventoryStateAwareI is Enumeration of Type Bit
 class C1G2TagInventoryStateAwareS
          C1G2TagInventoryStateAwareS is Enumeration of Type Bit
 class C1G2TruncateAction
          C1G2TruncateAction is Enumeration of Type TwoBitEnumeration
 class C1G2WriteResultType
          C1G2WriteResultType is Enumeration of Type UnsignedByte
 class CommunicationsStandard
          CommunicationsStandard is Enumeration of Type UnsignedShort
 class ConnectionAttemptStatusType
          ConnectionAttemptStatusType is Enumeration of Type UnsignedShort
 class GetReaderCapabilitiesRequestedData
          GetReaderCapabilitiesRequestedData is Enumeration of Type UnsignedByte
 class GetReaderConfigRequestedData
          GetReaderConfigRequestedData is Enumeration of Type UnsignedByte
 class GPIPortState
          GPIPortState is Enumeration of Type UnsignedByte
 class IdentificationType
          IdentificationType is Enumeration of Type UnsignedByte
 class KeepaliveTriggerType
          KeepaliveTriggerType is Enumeration of Type UnsignedByte
 class NotificationEventType
          NotificationEventType is Enumeration of Type UnsignedShort
 class RFSurveyEventType
          RFSurveyEventType is Enumeration of Type UnsignedByte
 class RFSurveySpecStopTriggerType
          RFSurveySpecStopTriggerType is Enumeration of Type UnsignedByte
 class ROReportTriggerType
          ROReportTriggerType is Enumeration of Type UnsignedByte
 class ROSpecEventType
          ROSpecEventType is Enumeration of Type UnsignedByte
 class ROSpecStartTriggerType
          ROSpecStartTriggerType is Enumeration of Type UnsignedByte
 class ROSpecState
          ROSpecState is Enumeration of Type UnsignedByte
 class ROSpecStopTriggerType
          ROSpecStopTriggerType is Enumeration of Type UnsignedByte
 class StatusCode
          StatusCode is Enumeration of Type UnsignedShort
 class TagObservationTriggerType
          TagObservationTriggerType is Enumeration of Type UnsignedByte
 

Uses of LLRPType in org.llrp.ltk.types
 

Subclasses of LLRPType in org.llrp.ltk.types
 class Bit
          A single bit
 class BitArray
          Array of bits
 class BitArray_HEX
           
 class BitList
          List of Bits - length not encoded!
 class BytesToEnd
          List of Bytes of unbound length.
 class BytesToEnd_HEX
          BytesToEnd in HEX format.
 class Integer96_HEX
          96 bit Integer encoded in HEX Format
 class LLRPNumberType
          Super Type for all numerical types!
 class SignedByte
          8 Bit Integer
 class SignedInteger
          Signed 32 bit Integer
 class SignedIntegerArray
          Array of 32 bit integers - length encoded as first 16 bits in binary encoding
 class SignedShort
          16bit signed Short
 class SignedShortArray
          Array of 16 bit signed shorts - length encoded in first 16 bits of binary encoding
 class TwoBitEnumeration
          Enumerations that can hold 4 values (2 bits) at most
 class TwoBitField
          TwoBitField - a field consisting of two bits
 class UnsignedByte
          unsigned 16 bit short
 class UnsignedByte_HEX
          unsigned 16 bit short
 class UnsignedByteArray
          Array of unsigned bytes.
 class UnsignedByteArray_HEX
          Array of unsigned bytes encoded in HEX Format.
 class UnsignedInteger
          Unsigned 32 bit Integer
 class UnsignedInteger96
          Unsigned 96bit Integer
 class UnsignedIntegerArray
          Array of unsigned 32bit integers.
 class UnsignedLong
          Unsigned Long
 class UnsignedLong_DATETIME
           
 class UnsignedShort
          unsigned 16bit short
 class UnsignedShortArray
          Array of UnsignedShorts - length encoded with first 16 bits in binary encoding
 class UnsignedShortArray_HEX
          Array of unsigned shorts encoded in HEX Format.
 class UTF8String
          Strig with UT8 Encoding!
 class UTF8String_UTF_8
          String in UTF8 Format
 

Methods in org.llrp.ltk.types with parameters of type LLRPType
 boolean SignedShortArray.equals(LLRPType other)
          compare each element
 boolean SignedIntegerArray.equals(LLRPType other)
          compare each element
 boolean UnsignedShortArray.equals(LLRPType other)
          compare each element
 boolean UnsignedIntegerArray.equals(LLRPType other)
          compare each element
 boolean UTF8String.equals(LLRPType other)
          compare two UTF8Strings
 



Copyright © 2007 ETH Zurich.