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