UKPlessey class abstract

Interface for settings related to UK Plessey symbology.

Provides methods to configure check digit transmission, space insertion, and A to X conversion for UK Plessey symbology.

Constructors

UKPlessey()

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
setAToXConversion({required String deviceId, required bool enabled}) Future<CommandResponse>
setSpaceInsertion({required String deviceId, required bool enabled}) Future<CommandResponse>
setTransmitCDs({required String deviceId, required bool enabled}) Future<CommandResponse>
toString() String
A string representation of this object.
inherited

Operators

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