tinyproto
|
Macros | |
#define | TINY_FLAG_NO_WAIT (0) |
This flag makes tiny API functions perform as non-blocking. | |
#define | TINY_FLAG_READ_ALL (1) |
This flag makes tiny_read function to read whole frame event if it doesn't fit the buffer. | |
#define | TINY_FLAG_LOCK_SEND (2) |
Informs advanced API that caller wants to start transmit new frame to the channel. | |
#define | TINY_FLAG_WAIT_FOREVER (0x80) |
This flag makes tiny API functions perform in blocking mode. | |