Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_SERIAL_BUFFER Struct Reference

#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.

Field Documentation

◆ wait

Data ready / Buffer free event.

◆ start

uint32_t start

Index of first byte in buffer.

◆ count

uint32_t count

Number of bytes in buffer.

◆ size

uint32_t size

Size of buffer.

◆ data

void* data

Buffered data.


The documentation for this struct was generated from the following file: