mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Add missing stubs to serial/impl/win.h header
This commit is contained in:
parent
5ec56d8294
commit
2906a6fe90
@ -75,6 +75,12 @@ public:
|
||||
size_t
|
||||
available ();
|
||||
|
||||
bool
|
||||
waitReadable (uint32_t timeout);
|
||||
|
||||
void
|
||||
waitByteTimes (size_t count);
|
||||
|
||||
size_t
|
||||
read (uint8_t *buf, size_t size = 1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user