Codabar class

Class for managing Codabar-specific settings on the scanner.

This class provides methods for configuring Codabar-related settings such as enabling or disabling check digits, transmitting start and stop characters, and setting the Codabar mode.

It is recommended that you access this class via the OptiConnect class and avoid direct initialization.

Annotations

Constructors

Codabar()

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
sendCommand(String deviceId, String command, {List<String> parameters = const [], bool sendFeedback = true}) Future<CommandResponse>
inherited
setCheckCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the check digit state for Codabar symbology.
setIntercharacterGapCheck({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the intercharacter gap check mode for Codabar symbology.
setMinimumLength({required dynamic deviceId, required CodabarMinimumLength length}) Future<CommandResponse>
Sets the minimum data length for Codabar symbology.
setMode({required dynamic deviceId, required CodabarMode mode}) Future<CommandResponse>
Sets the Codabar mode for the scanner.
setSpaceInsertion({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the space insertion mode between characters in Codabar symbology.
setStartStopTransmission({required dynamic deviceId, required CodabarStartStopTransmission transmission}) Future<CommandResponse>
Sets the start and stop character transmission mode for Codabar symbology.
setTransmitCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission state of the check digit for Codabar symbology.
toString() String
A string representation of this object.
inherited

Operators

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