Mode
public enum Mode : String
Operating mode of the Smart Key that determines the security level
-
No mode is configured
Declaration
Swift
case OFF = "OFF"
-
low security level; authentication via BLE device address
Declaration
Swift
case CONVENIENCE = "CONVENIENCE"
-
medium security level; authentication via pairing key
Declaration
Swift
case PAIRING = "PAIRING"
-
MODE_SECURE, pairing key is not yet set
Declaration
Swift
case SECURE_PREPARED = "SECURE_PREPARED"
-
high security level; authentication via AES128 encrypted key and pairing key
Declaration
Swift
case SECURE = "SECURE"