BALTECH SDK wrapper functions reference

§ brp_Sys_CfgSetValue()

brp_errcode brp_Sys_CfgSetValue ( brp_Sys_CfgSetValue_t  params)

This command stores a value in the reader's configuration.

The Content parameter will be stored to the desired configuration value specified by the Key and Value parameters. If the value is already stored in the configuration, it will be replaced.

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • Key (in)
  • Value (in)
  • Content (in) Content to write as configuration value (maximal allowed length: 0x80).
  • Content_len (in) Length of Content (in bytes).