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 Android

ScEncodingArray.h File Reference

Go to the source code of this file.

Data Structures

struct  ScEncodingRange
 
struct  ScEncodingArray
 

Detailed Description

Functions to manage an array of encoding ranges.


Data Structure Documentation

struct ScEncodingRange

Character encoding of a range of bytes.

Since
5.0.0
Data Fields
const char * encoding charset encoding name as defined by IANA (http://www.iana.org/assignments/character-sets/character-sets.xhtml)
uint32_t start start index in the data
uint32_t end index after the last element in the data