BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_CfgCheck | ( | brp_protocol | protocol, |
unsigned * | TotalSize, | ||
unsigned * | FreeSize | ||
) |
This command checks the consistency of the reader's internal configuration.
Additionally, it returns the overall configuration data size as well as the amount of free space for further configuration data. Please keep in mind that each value (including empty values) requires a few extra bytes of overhead for data management purposes.
Starting with reader generation ID-engine Z, configuration consistency is always checked during powerup. That's why this command is no longer needed and always returns 0 (for TotalSize and FreeSize ) without any further checks.
[in] | protocol | used to execute the command |
[out] | TotalSize | Total size of configuration (in bytes) |
[out] | FreeSize | Available free space for configuration data (in bytes) |