| 114 | bool isListening() { return this == active_object; } |
| 115 | bool stopListening(); |
| 116 | bool overflow() { bool ret = _buffer_overflow; if (ret) _buffer_overflow = false; return ret; } |
| 117 | int peek(); |
| 118 | |
| 119 | virtual size_t write(uint8_t byte); |
nothing calls this directly
no outgoing calls
no test coverage detected