Arduino Stream which is using the RadioHead library to send and receive data. We use the river API directly.
More...
#include <RadioHeadStream.h>
|
| ReadioHeadStream (RHGenericDriver &driver) |
|
int | available () override |
|
int | availableForWrite () override |
|
bool | begin () |
|
void | end () |
|
virtual void | flush () |
|
| operator bool () |
|
size_t | readBytes (uint8_t *data, size_t len) override |
|
void | setDriver (RHGenericDriver &driver) |
|
size_t | write (const uint8_t *data, size_t len) override |
|
|
int | _timeout = 10 |
|
RxTxMode | mode |
|
RHGenericDriver * | p_driver = nullptr |
|
Arduino Stream which is using the RadioHead library to send and receive data. We use the river API directly.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ available()
◆ availableForWrite()
int availableForWrite |
( |
| ) |
|
|
inlineoverridevirtual |
Reimplemented from Print.
◆ flush()
◆ readBytes()
size_t readBytes |
( |
uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtual |
◆ write()
size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlineoverridevirtual |
Reimplemented from Print.
The documentation for this class was generated from the following file: