SmartKey Class Reference

Inherits from NSObject
Declared in SmartKey.h

Overview

This class is the iOS representation of blukiiSmartKey’s. There is no public method available for SmartKeys. Its only possible to get SmartKey object instances from the SKManager.

SmartKey properties

  versionValue

The firmware version of the SmartKey represented as Integer. Example: 6100

@property (readonly) NSInteger versionValue

Declared In

SmartKey.h

  versionString

The firmware version of the SmartKey represented as String. Example: 6.1.0.0

@property (readonly) NSString *versionString

Declared In

SmartKey.h

  ID

The identifier of the SmartKey

@property (readonly) NSString *ID

Declared In

SmartKey.h

  rssi

Represents the last determined rssi value

@property (readonly) int rssi

Declared In

SmartKey.h

  batteryLevel

The current battery level of the SmartKey

@property (readonly) uint8_t batteryLevel

Declared In

SmartKey.h

  service

SmartKey in service mode. The SmartKey stays in this operating mode until during the first 30 seconds after a power on reset. In this mode its possible to reset the SmartKey’s configuration and its also possible to initate a Firmware Update in this mode.

@property (readonly) BOOL service

Declared In

SmartKey.h

  supported

Shows if the SmartKey is ready to use with the current framework version. True if the SmartKey comply with the firmware version requirements, false if not

@property (readonly) BOOL supported

Declared In

SmartKey.h

  caseType

Describes the case type of the SmartKey

@property (readonly) SmartKeyCaseTypes caseType

Declared In

SmartKey.h

  hardware

Describes the hardware type of the SmartKey

@property (readonly) SmartKeyHardwareTypes hardware

Declared In

SmartKey.h

  hardwareString

Describes the hardware type of the SmartKey as String. Example: 1010-003

@property (readonly) NSString *hardwareString

Declared In

SmartKey.h

  config

Describes the configuration state of the SmartKey.

@property (readonly) SmartKeyConfigStates config

Declared In

SmartKey.h

  lastSeen

Represents the timestamp of the last received advertising data of the linked SmartKey. If its not discovered since the last restart of the application the timestamp will be nil.

@property (readonly) NSDate *lastSeen

Declared In

SmartKey.h