BKKeyData
open class BKKeyData : NSObject, NSSecureCoding
Read only data set for blukii SmartKey
-
Operating mode of the Smart Key that determines the security level
See moreDeclaration
Swift
public enum Mode : String
-
Gets the state if the SmartKey has been time synced since last restart
Declaration
Swift
internal(set) open var timeSync: Bool
-
Gets the operating mode of the Smart Key that determines the security level
Declaration
Swift
internal(set) open var mode: BKKeyData.Mode
-
The state if the SmartKey has been pushed.
Note: only supported for blukiis with push button
Declaration
Swift
internal(set) open var isButtonPushed: Bool