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

SBSEncodingRange Class Reference

Inherits NSObject.

Instance Methods

(instancetype) - initWithEncoding:start:end:
 

Properties

NSString * encoding
 
NSUInteger start
 
NSUInteger end
 

Detailed Description

An encoding range for the barcode generator. Specifies the encoding and the start and end index of the data to be encoded to specify which range the encoding should be used.

Since
5.9.0

Method Documentation

- (instancetype) initWithEncoding: (NSString *)  encoding
start: (NSUInteger)  start
end: (NSUInteger)  end 

Initialize the encoding range.

Parameters
encodingIANA encoding.
startThe index at which the specified encoding should start being used.
endThe index after which the specified encoding should no longed be used.
Since
5.9.0

Property Documentation

- (NSString*) encoding
readnonatomicstrong
- (NSUInteger) start
readnonatomicassign
- (NSUInteger) end
readnonatomicassign

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