BALTECH Docs |
C API for BALTECH SDK
|
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, run brp_Sys_CfgGetDeviceSettingsId() .
[in] | protocol | used to execute the command |
[out] | ConfigId | 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. |
[out] | ConfigName | Configuration name This is the name specified in BALTECH ConfigEditor. |
[in] | mempool | 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 |