UKPlessey class

A class representing settings for UK Plessey symbology.

This class provides methods to configure check digit transmission and space insertion for UK Plessey symbology.

Annotations
  • @lazySingleton

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
sendCommand(String deviceId, String command, {List<String> parameters = const [], bool sendFeedback = true}) Future<CommandResponse>
inherited
setAToXConversion({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the A to X conversion for UK Plessey symbology.
setSpaceInsertion({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets space insertion between characters for UK Plessey symbology.
setTransmitCDs({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of check digits for UK Plessey symbology.
toString() String
A string representation of this object.
inherited

Operators

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