SKManagerDisconnectReasons Constants Reference
Declared in | SKManager.h |
---|
SKManagerDisconnectReasons
Reasons for a disconnect from the linked SmartKey
Definition
typedef NS_ENUM(NSInteger, SKManagerDisconnectReasons ) {
SKManagerConnectionLost,
SKManagerSmartKeyCanceledConnection,
SKManageriOSCanceledConnection,
};
Constants
SKManagerConnectionLost
-
Connection lost unexpected. There are lots of reasons why this can occur. For example: Battery level too low, unusual large distance between the SmartKey and the iOS-Device or reflexions/packet loss on the bluetooth transmission path.
Declared In
SKManager.h
. SKManagerSmartKeyCanceledConnection
-
The connected SmartKey has canceled the connection.
Declared In
SKManager.h
. SKManageriOSCanceledConnection
-
The iOS-Device canceled the connection due to the call of [SKManager disconnectFromSmartKey]
Declared In
SKManager.h
.
Declared In
SKManager.h