1.3.3.1.38 MAC_SECURITY_KEY Struct
C
typedef struct
{
uint8_t key[MAC_SECURITY_KEY_LENGTH];
bool valid;
} MAC_SECURITY_KEY;
Summary
Defines the fields of a Security Key object.
Description
This structure contains the fields which define a Security Key object, which contains information of its validity and the Key itself.
Field description:
- key: 16-byte array containing the Key
- valid: Indicates whether the stored Key is valid or not
Remarks
None.
