C API for BALTECH SDK

§ brp_Sys_CfgGetDeviceSettingsId()

brp_errcode brp_Sys_CfgGetDeviceSettingsId ( brp_protocol  protocol,
char **  ConfigId,
char **  ConfigName,
brp_mempool mempool 
)

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, runSys.CfgGetId to get the configuration ID.

Parameters
[in]protocolused to execute the command
[out]ConfigIdConfiguration ID This is a 15-digit number as defined in the BALTECH configuration naming scheme. Only configurations created by BALTECH have a configuration ID.
[out]ConfigNameConfiguration name This is the name specified in BALTECH ConfigEditor.
[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