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.

Since
5.0
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.

Since
5.0
SBSCodeLocationConstraintIgnore 

The area can be defined but will not be used by the barcode scanner.

Since
5.5

An enum describing possible directions on the screen.

Since
5.1
Enumerator
SBSDirectionHorizontal 

Horizontal direction.

Since
5.1
SBSDirectionVertical 

Vertical direction.

Since
5.1