| 
| device_err_t  | Default_GetDataParameter_InText (data_param_info_t *_paramInfo, char *value, bool addUnit) | 
|   | Default function to get the data parameters in textual format, according to the parameter info.  
  | 
|   | 
| device_err_t  | Default_SetDataParameter_FromText (data_param_info_t *_paramInfo, const char *value) | 
|   | Default function to set the data parameters from textual value, according to the parameter info.  
  | 
|   | 
| device_err_t  | Default_GetDataParameter (data_param_info_t *_paramInfo, data_union_t *value) | 
|   | Default function to get the value of a parameter in string format.  
  | 
|   | 
| device_err_t  | Default_SetDataParameter (data_param_info_t *_paramInfo, data_union_t value) | 
|   | Default function to set the value of a parameter from string format.  
  | 
|   | 
| static device_err_t  | GetDataParameter_InText (data_param_info_t *_paramInfo, char *value, bool addUnit) | 
|   | Gets the data parameters in textual format, according to the parameter info. If appropriate function not found, calls the default function.  
  | 
|   | 
| static device_err_t  | SetDataParameter_FromText (data_param_info_t *_paramInfo, const char *value) | 
|   | Sets the data parameters from textual value, according to the parameter info. If appropriate function not found, calls the default function.  
  | 
|   | 
| static device_err_t  | GetDataParameter (data_param_info_t *_paramInfo, data_union_t *value) | 
|   | Gets the data parameters according to the parameter info. If appropriate function not found, calls the default function.  
  | 
|   | 
| static device_err_t  | SetDataParameter (data_param_info_t *_paramInfo, data_union_t value) | 
|   | Sets the data parameters according to the parameter info. If appropriate function not found, calls the default function.  
  | 
|   |