ReadOptions class abstract
Configures scan options, including read modes, illumination, and barcode settings.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAiming(
{required String deviceId, required bool enabled}) → Future< CommandResponse> -
Toggles the aiming feature for the scanner based on the
enabled
flag. -
setDeleteKey(
{required String deviceId, required bool enabled}) → Future< CommandResponse> -
Toggles the delete key feature for the scanner based on the
enabled
flag. -
setIlluminationMode(
{required String deviceId, required IlluminationMode mode}) → Future< CommandResponse> - Sets the illumination mode for the scanner.
-
setPositiveAndNegativeBarcodesMode(
{required String deviceId, required PositiveAndNegativeBarcodesMode mode}) → Future< CommandResponse> - Sets the mode for reading positive and negative barcodes.
-
setReadMode(
{required String deviceId, required ReadMode mode}) → Future< CommandResponse> - Sets the read mode for the scanner.
-
setReadTime(
{required String deviceId, required ReadTime time}) → Future< CommandResponse> - Sets the read time for the scanner.
-
setTriggerRepeat(
{required String deviceId, required bool enabled}) → Future< CommandResponse> -
Toggles the trigger repeat feature for the scanner based on the
enabled
flag. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited