DecodedTagData ClassGIGATMS.UHF Help Documentation
Presents the tag data information.
Inheritance Hierarchy

SystemObject
  com.gigatms.parametersDecodedTagData

Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public class DecodedTagData

The DecodedTagData type exposes the following members.

Constructors

  NameDescription
Public methodDecodedTagData
Initializes a new instance of the DecodedTagData class
Top
Properties

  NameDescription
Public propertyData
Gets a list of reading tag data information.
Public propertyDecodedType
Gets a value that indicates the type of decoding tag data.
Public propertyDeviceAddress
Gets a value that indicates which device address (number) reads the tag data.
Public propertyDeviceSerialNumber
Gets a value that indicates the device serial number information.
Public propertyTagSerialNumber
Gets a value that indicates the tag serial number information.
Public propertyTID
Gets a value that indicates the TID data information.
Top
Methods

  NameDescription
Public methodToString
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.)
Top
See Also

Reference