Symbology class

A class representing settings for enabling and disabling symbologies in the scanner.

This class provides methods to enable, disable, or enable-only specific symbologies on a scanner.

Annotations
  • @lazySingleton

Constructors

Symbology(AppLogger _appLogger)

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

enableOnlySymbology({required dynamic deviceId, required SymbologyType type}) Future<CommandResponse>
Enables a specific symbology on the device.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand(String deviceId, String command, {List<String> parameters = const [], bool sendFeedback = true}) Future<CommandResponse>
inherited
setSymbology({required dynamic deviceId, required SymbologyType type, required bool enabled}) Future<CommandResponse>
Toggles a specific symbology on the device based on the enabled flag.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited