GS1Databar class

A class representing settings for GS1 Databar symbology.

This class provides methods to manage the transmission of check digits and AI (Application Identifier) settings for GS1 Databar symbology.

Annotations

Constructors

GS1Databar()

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
setTransmitAI({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the AI (Application Identifier) for GS1 Databar symbology.
setTransmitCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the check digit for GS1 Databar symbology.
toString() String
A string representation of this object.
inherited

Operators

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