zmodem library

Classes

ZFileAcceptedEvent
The other side has accepted a file we just offered.
ZFileDataEvent
A chunk of data of the file currently being received.
ZFileEndEvent
The file we're currently receiving has been completely transferred.
ZFileOfferedEvent
The other side has offered a file for transfer.
ZFileSkippedEvent
The other side has rejected a file we just offered.
ZModemCore
Contains the state of a ZModem session.
ZModemEvent
ZModemFileInfo
ZReadyToSendEvent
The other side is ready to receive a file.
ZSentFileProposalState
A state where we've sent a file proposal, but haven't received a response from the other side yet.
ZSessionFinishedEvent
The event fired when the ZModem session is fully closed.

Typedefs

ZModemTextHandler = void Function(int char)
ZModemTraceHandler = void Function(String message)

Exceptions / Errors

ZModemException