CompositeCodes class abstract

Interface for settings related to composite codes.

Provides methods to configure output mode and manage settings for GS1 and EAN/UPC composite codes.

Constructors

CompositeCodes()

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
setCompositeEANUPC({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the state for EAN/UPC composite codes.
setCompositeGS1DatabarGS1128({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the state for GS1 Databar and GS1-128 composite codes.
setIgnoreLinkFlag({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets whether to ignore the link flag for composite codes.
setOutputMode({required String deviceId, required CompositeCodesOutputMode outputMode}) Future<CommandResponse>
Sets the output mode for composite codes.
toString() String
A string representation of this object.
inherited

Operators

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