Deprecation warning

Please note that this is outdated documentation for an older release of the Scandit Barcode Scanner SDK.

We are deprecating the 5.x API on all platforms (except Linux). Release 5.19 in April 2021 will be our final. Applications running 5.x will continue to work, and we will continue to release critical bug fixes and security patches only, for one year. We encourage you to migrate to 6.x and take advantage of our latest / advanced features and improved performance.

You'll find the updated documentation at: Data Capture SDK Documentation for iOS

SBSScanAreaSettings.h File Reference

Go to the source code of this file.

Classes

class  SBSScanAreaSettings
 

Enumerations

enum  SBSCodeLocationConstraint { SBSCodeLocationConstraintRestrict = 0x01, SBSCodeLocationConstraintHint = 0x02 }
 
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

An enum describing possible directions on the screen.

Since
5.1
Enumerator
SBSDirectionHorizontal 

Horizontal direction.

Since
5.1
SBSDirectionVertical 

Vertical direction.

Since
5.1