BALTECH SDK wrapper functions reference

§ brp_Sys_CfgGetDeviceSettingsId()

brp_errcode brp_Sys_CfgGetDeviceSettingsId ( brp_Sys_CfgGetDeviceSettingsId_t  params)

This command retrieves the ID of the reader configuration containing the device settings.

Use this command if the RFID interface component(s) are stored in one configuration and other components (typically the host interface component) in another configuration. If you have no RFID interface component or a configuration containing all components, run brp_Sys_CfgGetId() to get the configuration ID.

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • ConfigId (out) Configuration ID This is a 15-digit number as defined in the BALTECH configuration naming scheme. Only configurations created by BALTECH have a configuration ID.
  • ConfigName (out) Configuration name This is the name specified in BALTECH ConfigEditor.
  • 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