Code128AndGS1128 class abstract
Interface for managing settings for Code 128 and GS1-128 symbologies.
Provides methods for configuring GS1-128 mode, GS1-128 conversion mode, concatenation, and leading ]C1 output options.
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
-
setConcatenation(
{required String deviceId, required bool enabled}) → Future< CommandResponse> - Sets the concatenation mode for Code 128 symbology.
-
setGS1128ConversionMode(
{required String deviceId, required GS1128ConversionMode mode}) → Future< CommandResponse> - Sets the conversion mode for GS1-128 symbology.
-
setGS1128Mode(
{required String deviceId, required Code128GS1128Mode mode}) → Future< CommandResponse> - Sets the mode for Code 128 and GS1-128 symbologies.
-
setLeadingC1Output(
{required String deviceId, required bool enabled}) → Future< CommandResponse> - Sets the output mode for the leading ]C1 character in Code 128 symbology.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited