C API for BALTECH SDK

§ brp_Sys_CfgGetId()

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

This command returns the identifier of the reader configuration. The prerequisite is that the configuration contains a valid host interface component and/or RFID interface component.

If the RFID interface component(s) are stored in one configuration and other components (typically the host interface component) in another configuration, this command will only return the ID for the configuration with the RFID interface component(s). To get the ID for the configuration with the host interface component, runSys.CfgGetDeviceSettingsId .

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