C API for BALTECH SDK

§ brp_Sys_CfgGetValueList()

brp_errcode brp_Sys_CfgGetValueList ( brp_protocol  protocol,
unsigned  Key,
unsigned **  ValueList,
size_t *  ValueList_len,
brp_mempool mempool 
)

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

Parameters
[in]protocolused to execute the command
[in]Key
[out]ValueList
[out]ValueList_len
[in]mempoolis 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