File Information
Library: IoT/Devices
Package: Devices
Header: IoT/Devices/BarcodeReader.h
Description
The base class for barcode reader devices.
Only a single event, barcodeRead, is supported. Any device-specific configuration should be done via device features and properties.
Inheritance
Direct Base Classes: Device
All Base Classes: Device
Member Summary
Inherited Functions: getFeature, getPropertyBool, getPropertyDouble, getPropertyInt, getPropertyInt16, getPropertyInt64, getPropertyString, getPropertyTimestamp, hasFeature, hasProperty, setFeature, setPropertyBool, setPropertyDouble, setPropertyInt, setPropertyInt16, setPropertyInt64, setPropertyString, setPropertyTimestamp
Constructors
BarcodeReader
Creates the BarcodeReader.
Destructor
~BarcodeReader
~BarcodeReader();
Destroys the BarcodeReader.
Variables
barcodeRead
Poco::BasicEvent < const BarcodeReadEvent > barcodeRead;
Fired when a barcode has been read.