Read Options
Interface defining methods for configuring scan options such as read modes, illumination, and barcode settings.
Provides both coroutine-based suspend functions for Kotlin and callback-based methods for Java interoperability.
Functions
Gets the currently known illumination mode from the runtime settings state.
Gets the currently known positive/negative barcode mode from the runtime settings state.
Gets the currently known read mode from the runtime settings state.
Gets the currently known read time from the runtime settings state.
Returns whether aiming is currently known to be enabled.
Returns whether the delete key is currently known to be enabled.
Returns whether trigger repeat is currently known to be enabled.
Toggles the delete key feature for the scanner based on the enabled flag.
Callback-based version of setDeleteKey for Java interoperability.
Sets the illumination mode for the scanner.
Callback-based version of setIlluminationMode for Java interoperability.
Sets the mode for reading positive and negative barcodes.
Callback-based version of setPositiveAndNegativeBarcodesMode for Java interoperability.
Sets the read mode for the scanner.
Callback-based version of setReadMode for Java interoperability.
Sets the read time for the scanner.
Callback-based version of setReadTime for Java interoperability.
Toggles the trigger repeat feature for the scanner based on the enabled flag.
Callback-based version of setTriggerRepeat for Java interoperability.