C API for BALTECH SDK

§ brp_Sys_CfgCheck()

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.

Parameters
[in]protocolused to execute the command
[out]TotalSizeTotal size of configuration (in bytes)
[out]FreeSizeAvailable free space for configuration data (in bytes)
Deprecated:
This command may be removed in future!