RustLibApi class abstract

Implementers

Constructors

RustLibApi.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rust_arc_decrement_strong_count_LddSerialPortInfo → RustArcDecrementStrongCountFnType
no setter
rust_arc_decrement_strong_count_LddSerialPortInfoPtr → CrossPlatformFinalizerArg
no setter
rust_arc_decrement_strong_count_LddWinPrinter → RustArcDecrementStrongCountFnType
no setter
rust_arc_decrement_strong_count_LddWinPrinterPtr → CrossPlatformFinalizerArg
no setter
rust_arc_decrement_strong_count_NavitePort → RustArcDecrementStrongCountFnType
no setter
rust_arc_decrement_strong_count_NavitePortPtr → CrossPlatformFinalizerArg
no setter
rust_arc_increment_strong_count_LddSerialPortInfo → RustArcIncrementStrongCountFnType
no setter
rust_arc_increment_strong_count_LddWinPrinter → RustArcIncrementStrongCountFnType
no setter
rust_arc_increment_strong_count_NavitePort → RustArcIncrementStrongCountFnType
no setter

Methods

crateApiPrintersLddGetAllPrinters() List<LddWinPrinter>
crateApiPrintersLddGetPrinterByName({required String name}) LddWinPrinter?
crateApiPrintersLddWinPrinterAutoAccessorGetDriverName({required LddWinPrinter that}) String
crateApiPrintersLddWinPrinterAutoAccessorGetIsDefault({required LddWinPrinter that}) bool
crateApiPrintersLddWinPrinterAutoAccessorGetIsShared({required LddWinPrinter that}) bool
crateApiPrintersLddWinPrinterAutoAccessorGetLocation({required LddWinPrinter that}) String
crateApiPrintersLddWinPrinterAutoAccessorGetName({required LddWinPrinter that}) String
crateApiPrintersLddWinPrinterAutoAccessorGetState({required LddWinPrinter that}) LddPrinterState
crateApiPrintersLddWinPrinterAutoAccessorGetSystemName({required LddWinPrinter that}) String
crateApiPrintersLddWinPrinterAutoAccessorGetUri({required LddWinPrinter that}) String
crateApiPrintersLddWinPrinterAutoAccessorSetDriverName({required LddWinPrinter that, required String driverName}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetIsDefault({required LddWinPrinter that, required bool isDefault}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetIsShared({required LddWinPrinter that, required bool isShared}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetLocation({required LddWinPrinter that, required String location}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetName({required LddWinPrinter that, required String name}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetState({required LddWinPrinter that, required LddPrinterState state}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetSystemName({required LddWinPrinter that, required String systemName}) → void
crateApiPrintersLddWinPrinterAutoAccessorSetUri({required LddWinPrinter that, required String uri}) → void
crateApiPrintersLddWinPrinterWriteData({required LddWinPrinter that, required List<int> buffer, String? jobName}) bool
crateApiPrintersLddWinPrinterWriteFile({required LddWinPrinter that, required String filePath, String? jobName}) bool
crateApiSerialportGetAvailablePorts() List<LddSerialPortInfo>
crateApiSerialportLddSerialPortInfoAutoAccessorGetPortName({required LddSerialPortInfo that}) String
crateApiSerialportLddSerialPortInfoAutoAccessorGetPortType({required LddSerialPortInfo that}) LddSerialPortType
crateApiSerialportLddSerialPortInfoAutoAccessorSetPortName({required LddSerialPortInfo that, required String portName}) → void
crateApiSerialportLddSerialPortInfoAutoAccessorSetPortType({required LddSerialPortInfo that, required LddSerialPortType portType}) → void
crateApiSerialportLddSerialPortInfoOpen({required LddSerialPortInfo that}) Future<void>
crateApiSerialportNavitePortWriteAll({required NavitePort that, required List<int> buff}) → void
crateApiSerialportTryGetPort({required String path, required int baudRate}) NavitePort
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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