TcpPrinterConnector class
Constructors
- TcpPrinterConnector()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConnected ↔ bool
-
getter/setter pairinherited
-
isConnectedStream
↔ StreamController<
PrinterState> -
getter/setter pairinherited
- printer ↔ TcpPrinter?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
TcpPrinter model) → Future< bool> -
disconnect(
) → Future< bool> -
discovery(
) → Future< List< TcpPrinter> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
List< int> bytes) → Future<bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited