SBSScanAreaSettings.h File Reference
Go to the source code of this file.
Classes | |
class | SBSScanAreaSettings |
Enumerations | |
enum | SBSCodeLocationConstraint { SBSCodeLocationConstraintRestrict = 0x01, SBSCodeLocationConstraintHint = 0x02, SBSCodeLocationConstraintIgnore = 0x03 } |
enum | SBSDirection { SBSDirectionHorizontal = 0x01, SBSDirectionVertical = 0x02 } |
Enumeration Type Documentation
Code location constraint.
The code location constraint influences how the wide and square code location areas are interpreted.
- Since
- 5.0
Enumerator | |
---|---|
SBSCodeLocationConstraintRestrict |
Decoding is restricted to this area. Codes are no longer searched in SBSScanAreaSettings::searchArea.
|
SBSCodeLocationConstraintHint |
The code location area is a hint. The code location area is a hint, higher priority is given to codes in this area, but codes continue to be searched in SBSScanAreaSettings::searchArea.
|
SBSCodeLocationConstraintIgnore |
The area can be defined but will not be used by the barcode scanner.
|
enum SBSDirection |