Encapsulates the meta-data for a single device parameter. More...
#include "devparam.h"
Data Fields | |
SwLeParamCallback * | skin_hook |
Encapsulates the meta-data for a single device parameter.
Linking device parameter names with their values and providing a semi-automatic method for parsing and accepting values is done via this structure type and an array of these, an element for each parameter. See set_param, etc. for how these are used.
SwLeParamCallback* PARAM::skin_hook |
External hook (set by skin) called when the parameter changes. Return value is one of the Param* values from swdevice.h.