Specifies the data format and encoding method of tag data.
Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
TagData_PC | 1 | For DecodeType is TagData, the data format is PC field. | |
TagData_EPC | 2 | For DecodeType is TagData, the data format is EPC field. | |
TagData_PC_EPC | 3 | For DecodeType is TagData, the data format is PC + EPC field. | |
TagData_TID | 1061 | For DecodeType is TagData, the data format is TID field. | |
TagData_User | 8 | For DecodeType is TagData, the data format is User Bank field. | |
TagData_ASCII | 16 | For DecodeType is TagData, the data format is ASCII string. | |
TagData_Deactive | 18 | For DecodeType is TagData, the data format is Deactive tag data format. | |
TagData_Reactive | 19 | For DecodeType is TagData, the data format is Reactive tag data format. | |
UDC_BCD | 47616 | For DecodeType is UDC, the data format is BCD string. | |
UDC_ASCII | 47617 | For DecodeType is UDC, the data format is ASCII string. ''' | |
EAN_UPC_WithoutEAS | 12288 | For DecodeType is EAN_UPC, the data format is without EAS information. | |
EAN_UPC_WithEAS | 12289 | For DecodeType is EAN_UPC, the data format is having EAS information. |
See Also