Device / Boot / ConfigCardState Value

When a ConfigCard is presented, the reader stores the result of the reconfiguration process in this variable. After resetting the device this variable is checked by firmware and the corresponding user feedback is done.

Properties

Format

Name Type/Size Description
- Enumeration (8 bits) Values:
  • None (0x00)
    This state means no reconfiguration via card was done. In practice it must not occur, since it is equal to delete the value.
  • Ok (0x01)

    The reader was reconfigured via ConfigCard successfully. After rebooting the reader will fire Scripts/Events/OnConfigCardSucceeded or the corresponding default behaviour will be run.

    Thereafter the value will be automatically deleted.

  • ReadFailure (0x02)

    The card could not be read due to format error or since the card was removed prematurely. After rebooting the reader will fire Scripts/Events/OnConfigCardFailed or the corresponding default behaviour will be run.

    Thereafter the autoreadmode will be started automatically and accept only configcards.

  • InvalidConfigSecurityCode (0x03)

    The card was not accepted due to invalid config secrity code. After rebooting the reader will fire Scripts/Events/OnConfigCardFailed or the corresponding default behaviour will be run.

    Thereafter the value will be deleted.

  • InvalidCustomerKey (0x04)

    The card was not accepted due to invalid customer key. After rebooting the reader will fire Scripts/Events/OnConfigCardFailed or the corresponding default behaviour will be run.

    Thereafter the value will be deleted.

    This code is only generated if version of the presented ConfigCard was v2e or v3. Version v2 generates ReadFailure on wrong CustomerKey.