TagDataEncodeType Enumeration |
Specifies the type of decoding tag data.
Namespace:
com.gigatms.Parameters.TS100
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 (SGTIN-96) format to decode tag data.
|
| RAW_DATA | 8 |
Use KeyboardOutputFormatOption setting to decode and output data.
|
| EAN_UPC_SGTIN198 | 32 |
Use EAN/UPC (SGTIN-198) format to decode tag data.
|
See Also