SmartKeyCaseTypes Constants Reference
Declared in | SmartKey.h |
---|
SmartKeyCaseTypes
blukii SmartKey’s are available in different packages. Small round, large round or pen style. The values in SmartKeyPackages representing and the value stored in ‘SmartKey.case’ equates to the case of the SmartKey.
Definition
typedef NS_ENUM(NSInteger, SmartKeyCaseTypes ) {
SmartKeyCaseTypeSmall,
SmartKeyCaseTypeHigh,
SmartKeyCaseTypePen,
SmartKeyCaseTypeLarge,
SmartKeyCaseTypeMaxi,
SmartKeyCaseTypeNotAvailable,
};
Constants
SmartKeyCaseTypeSmall
-
Represents a SmartKey in the small round case
Declared In
SmartKey.h
. SmartKeyCaseTypeHigh
-
Represents a SmartKey in the tower
Declared In
SmartKey.h
. SmartKeyCaseTypePen
-
Represents a SmartKey in the pen case
Declared In
SmartKey.h
. SmartKeyCaseTypeLarge
-
Represents a SmartKey in the large round case
Declared In
SmartKey.h
. SmartKeyCaseTypeMaxi
-
Represents a SmartKey in the maxi battery size case
Declared In
SmartKey.h
. SmartKeyCaseTypeNotAvailable
-
The case type is currently not available
Declared In
SmartKey.h
.
Declared In
SmartKey.h