BarcodeSymbologyDecodeLengthType enumeration (pointofservicecommontypes.h)
The BarcodeSymbologyDecodeLengthType enum describes values for the decode length which can be set to support a range, two discrete values, or be set to any length.
Syntax
typedef enum _BarcodeSymbologyDecodeLengthType {
DecodeLengthType_AnyLength,
DecodeLengthType_Discrete,
DecodeLengthType_Range
} BarcodeSymbologyDecodeLengthType;
Constants
DecodeLengthType_AnyLength Decode length can be any length. |
DecodeLengthType_Discrete Decode length is two discrete values |
DecodeLengthType_Range Decode length is a range of values. |
Requirements
Requirement | Value |
---|---|
Header | pointofservicecommontypes.h |