BALTECH SDK wrapper functions reference

§ brp_Sys_CfgGetValue()

brp_errcode brp_Sys_CfgGetValue ( brp_Sys_CfgGetValue_t  params)

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

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • Key (in)
  • Value (in)
  • Content (out) Content of the value as string (maximal allowed length: 0x80).
  • Content_len (out) Length of Content (in bytes).
  • 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