C API for BALTECH SDK

§ brp_Sys_CfgGetValue()

brp_errcode brp_Sys_CfgGetValue ( brp_protocol  protocol,
unsigned  Key,
unsigned  Value,
brp_buf Content,
size_t *  Content_len,
brp_mempool mempool 
)

This command retrieves a desired value of the reader's configuration, specified by the Key and Value parameters.

Parameters
[in]protocolused to execute the command
[in]Key
[in]Value
[out]ContentContent of the value as string (maximal allowed length: 0x80).
[out]Content_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