Click or drag to resize

DecodedTagData Class

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.10 (2.6.0.10)
Syntax
public class DecodedTagData

The DecodedTagData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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