QR Code data can be stored using different encoding types which affect the storage capacity of the barcode. More...
#include <QRCodeManualEncodingEnum.h>
QR Code data can be stored using different encoding types which affect the storage capacity of the barcode.
In order to optimize barcode data capacity, it may sometimes be desirable to manually encode different data types to match the type of data being stored in the QR Barcode.
For example, Numeric data (numbers only) can be stored more efficiently than other data types, and if there is a long string of numbers, it may be more efficient to store the data in Numeric format.
Value | Description |
---|---|
QRCodeManualEncodingNumeric | Numbers only. |
QRCodeManualEncodingAlphaNumeric | Numbers and letters. |
QRCodeManualEncodingBinary | Byte/binary. |
QRCodeManualEncodingKanji | Kanji Data. |