#include <ymodem_tx.h>

Public Member Functions | |
| virtual int | In (uint8_t *data, size_t size)=0 |
| virtual | ~InStream () |
Abstract class representing a stream of data being read.
Definition at line 51 of file ymodem_tx.h.
| virtual YModemTx::InStream::~InStream | ( | ) | [virtual] |
Empty destructor to avoid compiler warnings.
Definition at line 67 of file ymodem_tx.h.
Read data from the stream.
| [out] | data | Pointer to buffer to hold data read from stream. |
| size | Maximum size of data to read. |
Implemented in InFile.
1.6.1