ZModemMux class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFileOffer ↔ ZModemOfferHandler?
-
The callback to handle file receiving. If not set, all offers will be
skipped.
getter/setter pair
- onFileRequest ↔ ZModemRequestHandler?
-
The callback to handle file sending. If not set, all requests will be
ignored.
getter/setter pair
- onTerminalInput ↔ ZModemInputHandler?
-
The callback to receive data that should be written to the terminal.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stdin
→ StreamSink<
List< int> > -
The sink to write data to the underlying data channel.
final
-
stdout
→ Stream<
Uint8List> -
Data from the underlying data channel.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
terminalWrite(
String input) → void -
Writes terminal output to the underlying connection.
input
may be buffered if a ZModem session is active. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited