Click or drag to resize

DecodedTagData Class

Decoded inventory output data. This class is used with the OnTagPresentedEx event.
Inheritance Hierarchy
System.Object
  com.gigatms.Parameters.DecodedTagData

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class DecodedTagData

The DecodedTagData type exposes the following members.

Properties
  NameDescription
Public propertyAntenna
Public propertyEpcHex
Presents the EPC ID In HEX String.
Top
Fields
  NameDescription
Public fieldData
Gets a list of reading tag data information.
Public fieldDeviceAddress
Gets a value that indicates which device address (number) reads the tag data.
Public fieldDeviceSerialNumber
Gets a value that indicates the device serial number information.
Public fieldInputDecodedType
Gets a value that indicates the type of decoding tag data.
Public fieldTagSerialNumber
Gets a value that indicates the tag serial number information.
Public fieldTID
Gets a value that indicates the TID data information.
Top
See Also