| 280 | } |
| 281 | |
| 282 | virtual void remoteFlush() { |
| 283 | /*while(remoteAvailable()) |
| 284 | remoteRead(); |
| 285 | * */ |
| 286 | } |
| 287 | virtual int remoteRead() = 0; // must be non-blocking |
| 288 | virtual void remoteWrite(uint8_t c) = 0; |
| 289 | virtual void remoteWrite(const void* data, size_t n) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected