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

SBSFrame Class Reference

Inherits NSObject.

Properties

NSSet< NSNumber * > * addedIdentifiers
 
NSSet< NSNumber * > * removedIdentifiers
 
NSSet< NSNumber * > * updatedIdentifiers
 
NSDictionary< NSNumber *, SBSTrackedCode * > * trackedCodes
 
SBSScanSessionscanSession
 

Detailed Description

An extended abstraction of a frame that is being processed by the .

The SBSFrame holds more advanced data computed by the , e.g. SBSFrame#addedIdentifiers, , etc. All the class members are public to allow easy access to the data carried by the SBSFrame. 5.9.0

Property Documentation

◆ addedIdentifiers

- (NSSet<NSNumber *>*) addedIdentifiers
readnonatomicstrong

A set of tracked barcodes' identifiers that have been added while processing this SBSFrame.

Since
5.9.0

◆ removedIdentifiers

- (NSSet<NSNumber *>*) removedIdentifiers
readnonatomicstrong

A set of tracked barcodes' identifiers that have been removed while processing this SBSFrame.

Since
5.9.0

◆ updatedIdentifiers

- (NSSet<NSNumber *>*) updatedIdentifiers
readnonatomicstrong

A set of tracked barcodes' identifiers that have been updated while processing this SBSFrame.

Since
5.9.0

◆ trackedCodes

- (NSDictionary<NSNumber *, SBSTrackedCode *>*) trackedCodes
readnonatomicstrong

All tracked barcodes as a dictionary.

The entries in the dictionary map barcode's identifier to the tracked barcode itself.

Since
5.9.0

◆ scanSession

- (SBSScanSession*) scanSession
readnonatomicweak

Current Scan Session.

Since
5.9.0

The documentation for this class was generated from the following file: