SmartKeyConfigStates Constants Reference

Declared in SmartKey.h

SmartKeyConfigStates

Configuration states which are possible for the linked SmartKey.

Definition

typedef NS_ENUM(uint8_t, SmartKeyConfigStates ) {
   SmartKeyConfigStatesNoConfig,
   SmartKeyConfigStatesConvenience,
   SmartKeyConfigStatesPairing,
   SmartKeyConfigStatesSecurePrepared,
   SmartKeyConfigStatesSecure,
};

Constants

SmartKeyConfigStatesNoConfig

No configuration set.

Declared In SmartKey.h.

SmartKeyConfigStatesConvenience

Convenience-Mode configuration active.

Declared In SmartKey.h.

SmartKeyConfigStatesPairing

Pairing-Mode configuration active.

Declared In SmartKey.h.

SmartKeyConfigStatesSecurePrepared

Secure-Mode configuration prepared. That’s the case when the encrytion key is currently set and the write of the encrypted pairing key is expected.

Declared In SmartKey.h.

SmartKeyConfigStatesSecure

Secure-Mode configuration active.

Declared In SmartKey.h.

Declared In

SmartKey.h