Codabar class abstract
Interface for managing Codabar-specific settings on the scanner.
Provides methods for configuring Codabar-related settings such as enabling or disabling check digits, transmitting start and stop characters, and setting the Codabar mode.
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
-
setCheckCD(
{required String deviceId, required bool enabled}) → Future< CommandResponse> - Sets the check digit state for Codabar symbology.
-
setIntercharacterGapCheck(
{required String deviceId, required bool enabled}) → Future< CommandResponse> - Sets the intercharacter gap check mode for Codabar symbology.
-
setMinimumLength(
{required String deviceId, required CodabarMinimumLength length}) → Future< CommandResponse> - Sets the minimum data length for Codabar symbology.
-
setMode(
{required String deviceId, required CodabarMode mode}) → Future< CommandResponse> - Sets the Codabar mode for the scanner.
-
setSpaceInsertion(
{required String deviceId, required bool enabled}) → Future< CommandResponse> - Sets the space insertion mode between characters in Codabar symbology.
-
setStartStopTransmission(
{required String deviceId, required CodabarStartStopTransmission transmission}) → Future< CommandResponse> - Sets the start and stop character transmission mode for Codabar symbology.
-
setTransmitCD(
{required String 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