BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_CfgGetKeyList | ( | brp_protocol | protocol, |
unsigned ** | KeyList, | ||
size_t * | KeyList_len, | ||
brp_mempool * | mempool | ||
) |
Retrieves a list of all keys stored in the reader's configuration.
[in] | protocol | used to execute the command |
[out] | KeyList | |
[out] | KeyList_len | |
[in] | mempool | 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 |