DataType EnumerationGIGATMS.UHF Help Documentation
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

public enum DataType
Members

  Member nameValueDescription
TagData_PC1 For DecodeType is TagData, the data format is PC field.
TagData_EPC2 For DecodeType is TagData, the data format is EPC field.
TagData_PC_EPC3 For DecodeType is TagData, the data format is PC + EPC field.
TagData_TID1061 For DecodeType is TagData, the data format is TID field.
TagData_User8 For DecodeType is TagData, the data format is User Bank field.
TagData_ASCII16 For DecodeType is TagData, the data format is ASCII string.
TagData_Deactive18 For DecodeType is TagData, the data format is Deactive tag data format.
TagData_Reactive19 For DecodeType is TagData, the data format is Reactive tag data format.
UDC_BCD47616 For DecodeType is UDC, the data format is BCD string.
UDC_ASCII47617 For DecodeType is UDC, the data format is ASCII string. '''
EAN_UPC_WithoutEAS12288 For DecodeType is EAN_UPC, the data format is without EAS information.
EAN_UPC_WithEAS12289 For DecodeType is EAN_UPC, the data format is having EAS information.
See Also

Reference