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.TS50TagDecodedDataRawData

Namespace:  com.gigatms.Parameters.TS50
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 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.
Public propertyUserBank
Gets or sets a value indicating whether to decode EPC as an ASCII string. This option is mutually exclusive with other options.
Top
Methods
  NameDescription
Public methodOutputItems
Outputs the raw data item(s). these options cannot coexist with ASCII.
Top
See Also