IR5PtrDevice class

Printers

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5PtrDevice({required int Num, required String Nom, required int Flags, required String Interface, required String CtrlMode, required String Description, required String PC_Name, required String PORT_Name, required String Driver, required String DriverClass, required String DriverName, required String DriverDescr, required int Layouts, required String LayoutsName, required String LayoutsDescr, required int RedirectManual, required int Redirect, required int RedirectTimeOut, required String Status_Flags, required List<int> Routes, required List<IR5Route2PtrLnk> PtrLinks})
IR5PtrDevice.fromJson([Map<String, dynamic>? json])
factory

Properties

CtrlMode String
final
Description String
final
Driver String
final
DriverClass String
final
DriverDescr String
final
DriverName String
final
Flags int
Ptr Flags
final
hashCode int
The hash code for this object.
no setterinherited
Interface String
final
Layouts int
final
LayoutsDescr String
final
LayoutsName String
final
Nom String
final
Num int
final
PC_Name String
final
PORT_Name String
final
final
Redirect int
final
RedirectManual int
final
RedirectTimeOut int
final
Routes List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Status_Flags String
Printer Status Flag
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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