Koduino
|
This is the complete list of members for Stream, including all inherited members.
available()=0 | Stream | pure virtual |
find(char *target) | Stream | |
find(char *target, size_t length) | Stream | |
findUntil(char *target, char *terminator) | Stream | |
flush()=0 | Stream | pure virtual |
parseFloat() | Stream | |
parseInt() | Stream | |
peek()=0 | Stream | pure virtual |
read()=0 | Stream | pure virtual |
readBytes(char *buffer, size_t length) | Stream | |
readBytesUntil(char terminator, char *buffer, size_t length) | Stream | |
setTimeout(uint32_t timeout) | Stream |