Presents the tag data information.
Inheritance Hierarchy
com.gigatms.parametersDecodedTagData
Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
The DecodedTagData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DecodedTagData | Initializes a new instance of the DecodedTagData class |
Properties
Name | Description | |
---|---|---|
![]() | Data |
Gets a list of reading tag data information.
|
![]() | DecodedType |
Gets a value that indicates the type of decoding tag data.
|
![]() | DeviceAddress |
Gets a value that indicates which device address (number) reads the tag data.
|
![]() | DeviceSerialNumber |
Gets a value that indicates the device serial number information.
|
![]() | TagSerialNumber |
Gets a value that indicates the tag serial number information.
|
![]() | TID |
Gets a value that indicates the TID data information.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a String that represents the tag data in string format.
The format is determined by the DecodeType value. For TagData and UDC, the string format is HEX string.
For EAN_UPC, the string format is ASCII string.
(Overrides ObjectToString.) |
See Also