BALTECH Docs |
C API for BALTECH SDK
|
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, run brp_Sys_CfgGetId() to get the configuration ID.
[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 |