MsDevice class
Constructors
-
MsDevice({required MsDeviceParameter deviceParameter, required String deviceIndex, required String deviceName, required String deviceParameterType, required List<
InterfaceMode> supportedInterfaceModes, required List<Device> devices}) - MsDevice.fromDevice(Device d)
-
factory
Properties
- acquired ↔ bool
-
getter/setter pairinherited
- currentMessageID → int
-
no setterinherited
- dataAvailable ↔ bool
-
getter/setter pairinherited
- deviceIndex → String
-
finalinherited
- deviceName → String
-
finalinherited
- deviceParameter ↔ DeviceParameter
-
getter/setter pairinherited
- deviceParameterType → String
-
finalinherited
-
devices
→ List<
Device> -
finalinherited
- getType → DeviceType
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- haveLock → bool
-
no setterinherited
- icon → String
-
no setterinherited
- initialized ↔ bool
-
getter/setter pairinherited
- initializing ↔ bool
-
getter/setter pairinherited
- isConfiguring → bool
-
no setterinherited
- isConnected → bool
-
no setterinherited
- isPrinting → bool
-
no setterinherited
- isReader → bool
-
no setterinherited
- locked ↔ bool
-
getter/setter pairinherited
- modded ↔ bool
-
getter/setter pairinherited
- readerRead ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socketService → SocketService
-
finalinherited
- statusMsg ↔ String
-
getter/setter pairinherited
-
supportedInterfaceModes
→ List<
InterfaceMode> -
finalinherited
Methods
-
acquire(
) → Future< CuppsCommandResponse> -
inherited
-
aeaRequest(
String text) → Future< CuppsCommandResponse> -
inherited
-
completeConfigure(
List< String> commands) → Future<List< CuppsCommandResponse> > -
inherited
-
configure(
String text) → Future< CuppsCommandResponse> -
inherited
-
connect(
) → Future< CuppsCommandResponse> -
inherited
-
disableAutoLock(
) → dynamic -
inherited
-
disableRetry(
) → void -
inherited
-
enableAutoLock(
) → dynamic -
inherited
-
initialize(
) → Future< CuppsCommandResponse> -
inherited
-
interfaceLevel(
String level) → Future< CuppsCommandResponse> -
inherited
-
interfaceLevelsAvailable(
) → Future< CuppsCommandResponse> -
inherited
-
lock(
{bool renew = false}) → Future< CuppsCommandResponse> -
inherited
-
lockDevice(
) → Future< CuppsCommandResponse> -
mode(
) → Future< CuppsCommandResponse> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDeviceDisconnect(
) → dynamic -
inherited
-
print(
String text) → Future< CuppsCommandResponse> -
inherited
-
refreshStatus(
) → Future< CuppsCommandResponse> -
inherited
-
release(
) → Future< CuppsCommandResponse> -
inherited
-
respond(
{required String xml}) → Future< void> -
inherited
-
restart(
) → Future< CuppsCommandResponse> -
inherited
-
send(
{required String xml}) → Future< String> -
inherited
-
setConnectionChecker(
{Duration timeout = const Duration(seconds: 12), Duration interval = const Duration(seconds: 45), required Function retry}) → void -
inherited
-
showDataAvailable(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXML(
) → String -
inherited
-
unlock(
) → Future< CuppsCommandResponse> -
inherited
-
unlockDevice(
) → Future< CuppsCommandResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited