Libtrap: Internal development docs
1.16.1
|
#include <ifc_file.h>
Data Fields | |
uint32_t | wr_index |
uint8_t * | header |
uint8_t * | data |
uint8_t | finished |
Definition at line 58 of file ifc_file.h.
uint8_t* file_buffer_s::data |
Pointer to first byte of buffer payload
Definition at line 61 of file ifc_file.h.
uint8_t file_buffer_s::finished |
Flag indicating whether buffer is full and ready to be sent
Definition at line 62 of file ifc_file.h.
uint8_t* file_buffer_s::header |
Pointer to first byte in buffer
Definition at line 60 of file ifc_file.h.
uint32_t file_buffer_s::wr_index |
Pointer to first free byte in buffer payload
Definition at line 59 of file ifc_file.h.