BarcodeSymbologyDecodeLengthType enumeration

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  = 0,
  DecodeLengthType_Discrete   = 1,
  DecodeLengthType_Range      = 2
} BarcodeSymbologyDecodeLengthType;

Constants

DecodeLengthType_AnyLength

Decode length can be any length.

DecodeLengthType_Discrete

Decode length is two discrete values

DecodeLengthType_Range

Decode length is is a range of values.

Requirements

Header

Pointofservicecommontypes.h

 

 

Send comments about this topic to Microsoft

Show: