CompositeCodes class

A class representing settings for composite codes.

This class provides methods to configure the output mode, and manage settings for GS1 and EAN/UPC composite codes.

Annotations

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
sendCommand(String deviceId, String command, {List<String> parameters = const [], bool sendFeedback = true}) Future<CommandResponse>
inherited
setCompositeEANUPC({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the state for EAN/UPC composite codes.
setCompositeGS1DatabarGS1128({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the state for GS1 Databar and GS1-128 composite codes.
setIgnoreLinkFlag({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets whether to ignore the link flag for composite codes.
setOutputMode({required dynamic 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