ZModemCore class

Contains the state of a ZModem session.

Constructors

ZModemCore({ZModemTraceHandler? onTrace, ZModemTextHandler? onPlainText})

Properties

hasDataToSend bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isFinished bool
no setter
maxDataSubpacketSize int
final
onPlainText ZModemTextHandler?
final
onTrace ZModemTraceHandler?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptFile([int offset = 0]) → void
dataToSend() Uint8List
finishSending(int offset) → void
finishSession() → void
initiateReceive() → void
initiateSend() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offerFile(ZModemFileInfo fileInfo) → void
receive(Uint8List data) Iterable<ZModemEvent>
sendFileData(Uint8List data) → void
skipFile() → void
toString() String
A string representation of this object.
inherited

Operators

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