Click or drag to resize

TagDecodedData.RawData Class

If tag cannot be decoded as other formats, the original raw data can still be output when this option is enabled.
Inheritance Hierarchy
System.Object
  com.gigatms.Parameters.TS800_60.TagDecodedData.RawData

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 TagDecodedData.RawData type exposes the following members.

Constructors
  NameDescription
Public methodTagDecodedData.RawData
Initializes a new instance of the TagDecodedData.RawData 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 TagDecodedData.RawData 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