#include <lbmpdm.h>
Data Fields | |
| uint16_t | field_type |
| uint8_t | is_array |
| uint8_t | is_fixed |
| size_t | len |
| char * | value |
| uint32_t | num_arr_elem |
| size_t * | len_arr |
| char ** | value_arr |
| char | fill [256] |
The field type.
If the field is an array
If the field is a fixed length field.
The length in bytes of the field for scalar fields.
A pointer to the field value for scalar fields.
The number of elements in the array for array fields.
An array of size_t representing the length in bytes for each array element for array fields.
An array of pointers to the field values for array fields.
1.5.2