TagDataEncodeType Enumeration |
Specifies the type of decoding tag data.
Namespace:
com.gigatms.Parameters.TS800_60
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum TagDataEncodeType
Public Enumeration TagDataEncodeType
public enum class TagDataEncodeType
Members
| Member name | Value | Description |
---|
| UDC | 1 |
The tag data format is undefined.
|
| EAN_UPC_EAS | 2 |
Use EAN/UPC/EAS format to decode tag data.
|
| EAN_UPC | 4 |
Use EAN/UPC format to decode tag data.
|
| RAW_DATA | 8 |
Use KeyboardOutputFormatOption setting to decode and output data.
|
See Also