BarcodeSymbologyDecodeLengthType 列挙 (pointofservicecommontypes.h)
BarcodeSymbologyDecodeLengthType 列挙型は、範囲、2 つの不連続値、または任意の長さに設定するために設定できるデコード長の値を記述します。
構文
typedef enum _BarcodeSymbologyDecodeLengthType {
DecodeLengthType_AnyLength,
DecodeLengthType_Discrete,
DecodeLengthType_Range
} BarcodeSymbologyDecodeLengthType;
定数
DecodeLengthType_AnyLength デコードの長さは任意の長さにできます。 |
DecodeLengthType_Discrete デコード長は 2 つの不連続値です |
DecodeLengthType_Range デコード長は値の範囲です。 |
要件
要件 | 値 |
---|---|
Header | pointofservicecommontypes.h |