File Information
Library: IoT/Devices
Package: Devices
Header: IoT/Devices/BarcodeReader.h
Variables
code
std::string code;
A textual representation of the scanned barcode.
type
std::string type;
Type of the scanned barcode, if reported by the device.
Should be left empty if the device does not report the type of the scanned barcode.
The following type names should be used:
- codabar
- code11
- ean-13
- ean-8
- upc-a
- upc-e
- code128
- code39
- code93
- datamatrix
- qrcode