TR181-XPON
1.4.0
TR-181 PON manager.
|
Go to the source code of this file.
Functions | |
int | pon_cfg_get_param_value (const char *function_name, amxc_var_t *args, amxc_var_t *ret) |
int pon_cfg_get_param_value | ( | const char * | function_name, |
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Allow vendor module for ask a parameters value from the data model.
[in] | path | path of the object containing the parameter |
[in] | args | htable of function arguments. The following keys are required: path (cstring): path to object containing the parameter name (cstring): parameter name |
[in,out] | ret | function returns result via this parameter. This will be a variant with the type matching the data model. |
Definition at line 85 of file pon_cfg.c.