honeywell_mobility_sdk library

Classes

BarcodeReader
A claimed scanner will emit BarcodeReadEvent when a bar code label has been successfully decoded.
BarcodeReaderDataProcessingPropertyGroup
Defines the properties that can be set on a BarcodeReader related to data processing.
BarcodeReaderImagerPropertyGroup
Defines the properties that can be set on a BarcodeReader related to imager.
BarcodeReaderNotificationPropertyGroup
Defines the properties that can be set on a BarcodeReader related to notifications.
BarcodeReaderProperty<T extends Object>
Defines the properties that can be set on a BarcodeReader.
BarcodeReaderPropertyEntry<T extends Object>
Defines a property entry that can be set on a BarcodeReader.
BarcodeReaderSymbologyPropertyGroup
Defines the properties that can be set on a BarcodeReader related to symbology.
BarcodeReaderTriggerPropertyGroup
Defines the properties that can be set on a BarcodeReader related to trigger.
HoneywellMobilitySdk
Honeywell Mobility SDK for Flutter.

Enums

BarcodeReaderNotification
A barcode reader notification type.
ImageExposureMode
If and how exposure is automatically updated to improve image quality.
ImageSampleMethod
How image quality is determined by software controlled exposure modes.
TriggerControlMode
Determines what the behavior will be when the scan trigger state changes.
TriggerScanMode
Determines what the behavior will be when the trigger is pressed.

Extensions

BarcodeReadEventExtension on BarcodeReadEvent
Barcoded Read Event Extension

Typedefs

BarcodeEventCallback<T> = void Function(T event)
Signature for callbacks that report barcode events.