DecodedTagDataDecodedType Enumeration |
Specifies the type of decoding tag data.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
SyntaxPublic Enumeration DecodedType
public enum class DecodedType
Members
| Member name | Value | Description |
---|
| TagData | 0 |
Use KeyboardOutputFormatOption setting to decode and output data.
|
| UDC | 186 |
Use UDC format to decode tag data.
|
| EAN_UPC | 48 |
Use SGTIN-96 format to decode tag data.
|
| EAN_UPC_198 | 54 |
Use SGTIN-198 format to decode tag data.
|
See Also