Sys.CfgCheck
This command is deprecated. Do not use it in new code as we may remove it in the future!
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.
Properties
- Command code: 0x0013
- Command timeout: 100 ms
- Possible status codes: General status codes, Sys.ErrCfgAccess
Parameters (request frame)
None
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
TotalSize | Integer (16 bits) | Total size of configuration (in bytes) |
FreeSize | Integer (16 bits) | Available free space for configuration data (in bytes) |