ZSDK class

Constructors

ZSDK()

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

checkPrinterStatusOverTCPIP({required String address, int? port, Duration? timeout}) Future
doManualCalibrationOverTCPIP({required String address, int? port, Duration? timeout}) Future
getPrinterSettingsOverTCPIP({required String address, int? port, Duration? timeout}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printConfigurationLabelOverTCPIP({required String address, int? port, Duration? timeout}) Future
printPdfDataOverTCPIP({required ByteData data, required String address, int? port, PrinterConf? printerConf, Duration? timeout}) Future
printPdfFileOverTCPIP({required String filePath, required String address, int? port, PrinterConf? printerConf, Duration? timeout}) Future
printZplDataOverTCPIP({required String data, required String address, int? port, PrinterConf? printerConf, Duration? timeout}) Future
printZplFileOverTCPIP({required String filePath, required String address, int? port, PrinterConf? printerConf, Duration? timeout}) Future
rebootPrinterOverTCPIP({required String address, int? port, Duration? timeout}) Future
resetPrinterSettingsOverTCPIP({required String address, int? port, Duration? timeout}) Future
setPrinterSettingsOverTCPIP({required PrinterSettings settings, required String address, int? port, Duration? timeout}) Future
toString() String
A string representation of this object.
inherited

Operators

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

Constants

DEFAULT_CONNECTION_TIMEOUT → const int
In seconds
DEFAULT_ZPL_TCP_PORT → const int