BrlAPI
0.8
|
#include <brlapi_param.h>
Data Fields | |
brlapi_param_type_t | type |
uint16_t | count |
uint8_t | isArray |
uint8_t | hasSubparam |
Structure that describes the properties of a parameter
uint16_t brlapi_param_properties_t::count |
Number of elements in the parameter's value
uint8_t brlapi_param_properties_t::hasSubparam |
Parameter uses the subparam argument
uint8_t brlapi_param_properties_t::isArray |
Whether the parameter contains several values, or always only one
brlapi_param_type_t brlapi_param_properties_t::type |
Type of the parameter's value