Code128AndGS1128 class

A class representing settings for Code 128 and GS1-128 symbologies.

This class provides methods to configure the mode and manage concatenation for these symbologies.

Annotations

Constructors

Code128AndGS1128()

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
setConcatenation({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the concatenation mode for Code 128 symbology.
setGS1128ConversionMode({required dynamic deviceId, required GS1128ConversionMode mode}) Future<CommandResponse>
Sets the conversion mode for GS1-128 symbology.
setGS1128Mode({required dynamic deviceId, required Code128GS1128Mode mode}) Future<CommandResponse>
Sets the mode for Code 128 and GS1-128 symbologies.
setLeadingC1Output({required dynamic 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