xymodem ~master (2022-04-04T12:25:39.8224079)
Dub
Repo
YModemSender
xymodem
ymodem
Undocumented in source.
@
safe
class
YModemSender {
size_t
bytesSent
();
this
(RecvCallback recvCb, SendCallback sendCb);
void
send
(string filename, ubyte[] fileData);
}
Constructors
this
this
(RecvCallback recvCb, SendCallback sendCb)
Undocumented in source.
Members
Functions
bytesSent
size_t
bytesSent
()
send
void
send
(string filename, ubyte[] fileData)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
xymodem
ymodem
aliases
RecvCallback
SendCallback
classes
YModemSender