BALTECH SDK wrapper functions reference

§ brp_Sys_CfgGetValueList()

brp_errcode brp_Sys_CfgGetValueList ( brp_Sys_CfgGetValueList_t  params)

Returns a list of all configuration values within a specified Key.

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • Key (in)
  • ValueList (out)
  • ValueList_len (out) Number of elements in ValueList.
  • mempool (in) is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool