UPCA class abstract

Interface for settings related to UPCA symbology.

Provides methods to configure leading zero and check digit transmission settings, as well as add-on support for UPCA symbology.

Constructors

UPCA()

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
setAddOnPlus2({required String deviceId, required bool enabled}) Future<CommandResponse>
setAddOnPlus5({required String deviceId, required bool enabled}) Future<CommandResponse>
setLeadingZeroAndTransmitCDMode({required String deviceId, required UPCALeadingZeroAndTransmitCDMode mode}) Future<CommandResponse>
toString() String
A string representation of this object.
inherited

Operators

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