EAN13 class

A class representing settings for EAN-13 symbology.

This class provides methods to enable or disable the transmission of check digits, and to manage add-on settings for EAN-13 symbology.

Annotations
  • @lazySingleton

Constructors

EAN13()

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
setAddOnPlus2({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the 2-character add-on for EAN-13 symbology.
setAddOnPlus5({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the 5-character add-on for EAN-13 symbology.
setForcedAddon378_379_529({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the forced add-on for EAN symbology with 378, 379, and 529 prefixes.
setForcedAddon434_439_414_419_977_978({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the forced add-on for EAN-13 symbology with 434, 439, 414, 419, 977, and 978 prefixes.
setISBNTranslationMode({required dynamic deviceId, required TranslationMode mode}) Future<CommandResponse>
If enabled, EAN-13 label is verified for the correct format and transmitted as a 10 digit ISBN number.
setISMNTranslationMode({required dynamic deviceId, required TranslationMode mode}) Future<CommandResponse>
Sets the translation mode for ISMN in EAN-13 symbology.
setISSNTranslationMode({required dynamic deviceId, required TranslationMode mode}) Future<CommandResponse>
If enabled, EAN-13 label is verified for the correct format and transmitted as an 8 digit ISSN number. deviceId - The identifier of the target device. mode - The desired ISSN translation mode.
setTransmitCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the check digit for EAN-13 symbology.
toString() String
A string representation of this object.
inherited

Operators

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