MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / remoteFlush

Method remoteFlush

include/VectorDisplay.h:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected