|
SafeString
4.1.42
SafeString is a safe, robust and debuggable replacement for string processing in Arduino
|
This is the complete list of members for BufferedOutput, including all inherited members.
| available() | BufferedOutput | virtual |
| availableForWrite() | BufferedOutput | virtual |
| BufferedOutput(size_t _bufferSize, uint8_t *_buf, BufferedOutputMode mode, bool allOrNothing=true) | BufferedOutput | |
| clear() | BufferedOutput | |
| clearSpace(size_t len) | BufferedOutput | |
| connect(HardwareSerial &_serial) | BufferedOutput | |
| connect(Stream &_stream, const uint32_t baudRate=0) | BufferedOutput | |
| flush() | BufferedOutput | virtual |
| getSize() | BufferedOutput | |
| nextByteOut() | BufferedOutput | |
| peek() | BufferedOutput | virtual |
| protect() | BufferedOutput | |
| read() | BufferedOutput | virtual |
| terminateLastLine() | BufferedOutput | |
| write(uint8_t) | BufferedOutput | virtual |
| write(const uint8_t *buf, size_t size) | BufferedOutput | virtual |