![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <serial.h>
Data Fields | |
| EVENT_HANDLE | wait |
| Data ready / Buffer free event. | |
| uint32_t | start |
| Index of first byte in buffer. | |
| uint32_t | count |
| Number of bytes in buffer. | |
| uint32_t | size |
| Size of buffer. | |
| void * | data |
| Buffered data. | |
| EVENT_HANDLE wait |
Data ready / Buffer free event.
| uint32_t start |
Index of first byte in buffer.
| uint32_t count |
Number of bytes in buffer.
| uint32_t size |
Size of buffer.
| void* data |
Buffered data.