UM C API
6.16.1
|
Structure that represents an element in an app header chain. More...
#include <lbm.h>
Data Fields | |
lbm_uchar_t | type |
Code representing the type of data in this element. | |
lbm_ushort_t | subtype |
Code representing the subtype (if any) of the data in this element. | |
size_t | len |
length of the data pointed to by data | |
void * | data |
Pointer to the app header data. | |
Structure that represents an element in an app header chain.
See lbm_apphdr_chain_elem_t_stct for field definitions.