Libtrap: Internal development docs  1.16.1
Data Fields
file_buffer_s Struct Reference

#include <ifc_file.h>

Data Fields

uint32_t wr_index
 
uint8_t * header
 
uint8_t * data
 
uint8_t finished
 

Detailed Description

Definition at line 58 of file ifc_file.h.

Field Documentation

◆ data

uint8_t* file_buffer_s::data

Pointer to first byte of buffer payload

Definition at line 61 of file ifc_file.h.

◆ finished

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.

◆ header

uint8_t* file_buffer_s::header

Pointer to first byte in buffer

Definition at line 60 of file ifc_file.h.

◆ wr_index

uint32_t file_buffer_s::wr_index

Pointer to first free byte in buffer payload

Definition at line 59 of file ifc_file.h.


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