BarcodeSymbologyDecodeLengthType 列舉 (pointofservicecommontypes.h)
BarcodeSymbologyDecodeLengthType 列舉描述可設定為支援範圍、兩個離散值或設定為任何長度的譯碼長度值。
Syntax
typedef enum _BarcodeSymbologyDecodeLengthType {
DecodeLengthType_AnyLength,
DecodeLengthType_Discrete,
DecodeLengthType_Range
} BarcodeSymbologyDecodeLengthType;
常數
DecodeLengthType_AnyLength 譯碼長度可以是任何長度。 |
DecodeLengthType_Discrete 譯碼長度是兩個離散值 |
DecodeLengthType_Range 譯碼長度是值的範圍。 |
規格需求
需求 | 值 |
---|---|
標頭 | pointofservicecommontypes.h |