|
liblscp
1.0.1
|
#include <device.h>
Data Fields | |
| lscp_type_t | type |
| char * | description |
| int | mandatory |
| int | fix |
| int | multiplicity |
| char ** | depends |
| char * | defaultv |
| char * | range_min |
| char * | range_max |
| char ** | possibilities |
Common parameter info cache struct.
| char* _lscp_param_info_t::defaultv |
| char** _lscp_param_info_t::depends |
| char* _lscp_param_info_t::description |
| int _lscp_param_info_t::fix |
| int _lscp_param_info_t::mandatory |
| int _lscp_param_info_t::multiplicity |
| char** _lscp_param_info_t::possibilities |
| char* _lscp_param_info_t::range_max |
| char* _lscp_param_info_t::range_min |
| lscp_type_t _lscp_param_info_t::type |