MSIPlessey class

A class representing settings for MSI Plessey symbology.

This class provides methods to configure check digit validation and transmission settings for MSI Plessey symbology.

Annotations

Constructors

MSIPlessey()

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
setCDTransmission({required dynamic deviceId, required MSIPlesseyCDTransmissionSettings setting}) Future<CommandResponse>
Sets the check digit transmission mode for MSI Plessey symbology.
setCheckCD({required dynamic deviceId, required MSIPlesseyCheckCDSettings setting}) Future<CommandResponse>
Sets the check digit validation mode for MSI Plessey symbology.
toString() String
A string representation of this object.
inherited

Operators

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