1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Add missing stubs to serial/impl/win.h header

This commit is contained in:
Mike Purvis 2014-04-28 07:30:40 -04:00
parent 5ec56d8294
commit 2906a6fe90

View File

@ -74,6 +74,12 @@ public:
size_t size_t
available (); available ();
bool
waitReadable (uint32_t timeout);
void
waitByteTimes (size_t count);
size_t size_t
read (uint8_t *buf, size_t size = 1); read (uint8_t *buf, size_t size = 1);