A data model that contains the status of a security level. More...
#include <security_access.h>
Public Member Functions | |
| SecurityLevel (uint16_t seed=0) noexcept | |
| Constructor. More... | |
Public Attributes | |
| bool | Unlocked |
| Indicate whether the security level has been unlocked or not. | |
| uint16_t | Seed |
| Seed that corresponds to the security level for key comparison. | |
A data model that contains the status of a security level.
|
inlineexplicitnoexcept |
Constructor.
| seed | Initial seed |