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:
parent
5ec56d8294
commit
2906a6fe90
@ -75,6 +75,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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user