LOCKSTATE enumeration (ehstorbandmgmt.h)

Indicates the current lock state of the device.

Syntax

typedef enum {
  INVALID_LOCK_STATE,
  PERSISTENT_UNLOCK,
  NONPERSISTENT_UNLOCK,
  PERSISTENT_LOCK
} LOCKSTATE;

Constants

 
INVALID_LOCK_STATE
The device is in an invalid lock state.
PERSISTENT_UNLOCK
The device is unlocked and remains unlocked on power reset.
NONPERSISTENT_UNLOCK
The device is unlocked but gets locked on power reset.
PERSISTENT_LOCK
The device is locked and remains locked on power reset.

Requirements

Requirement Value
Header ehstorbandmgmt.h