Click or drag to resize

TagDecodedDataRawData Class

If tag cannot be decoded as other formats, the original raw data can still be output when this option is enabled.
Inheritance Hierarchy
SystemObject
  com.gigatms.Parameters.TS800_60TagDecodedDataRawData

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

The TagDecodedDataRawData type exposes the following members.

Constructors
  NameDescription
Public methodTagDecodedDataRawData
Initializes a new instance of the TagDecodedDataRawData class
Top
Properties
  NameDescription
Public propertyAscii
Gets or sets a value indicating whether to decode EPC as an ASCII string. This option is mutually exclusive with other options.
Public propertyEnabled
Gets or sets a value indicating whether to output TagDecodedDataRawData when inventory.
Public propertyEPC
Gets or sets a value indicating whether to output Electronic Product Code.
Public propertyPC
Gets or sets a value indicating whether to output Protocol Control.
Public propertyTID
Gets or sets a value indicating whether to output tag id.
Top
Methods
  NameDescription
Public methodOutputEpcAsciiString
Outputs the ASCII string decoded from EPC. This option cannot coexist with PC, EPC or TID.
Public methodOutputItems
Outputs the raw data item(s). these options cannot coexist with ASCII.
Top
See Also