UPCE class abstract
Interface for UPCE symbology settings.
Provides methods to configure leading zero, check digit transmission settings, conversion modes, and add-on support for UPCE symbology.
Constructors
- UPCE()
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> -
setConversionMode(
{required String deviceId, required UPCEConversionMode mode}) → Future< CommandResponse> -
setLeadingZeroAndTransmitCDMode(
{required String deviceId, required UPCELeadingZeroAndTransmitCDMode mode}) → Future< CommandResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited