UM C API
6.16.1
|
Attribute struct to be passed along with the name when adding field info to a definition. More...
#include <lbmpdm.h>
Data Fields | |
int | flags |
uint8_t | req |
uint32_t | fixed_str_len |
uint32_t | num_arr_elem |
char | fill [256] |
Attribute struct to be passed along with the name when adding field info to a definition.
uint32_t lbmpdm_field_info_attr_stct_t::fixed_str_len |
The number of characters for fixed string or fixed unicode types.
uint32_t lbmpdm_field_info_attr_stct_t::num_arr_elem |
The number of elements for fixed arrays.
uint8_t lbmpdm_field_info_attr_stct_t::req |
If the field is required or not.