5.2.1.8 APS_KeyHandle_t Structure
Syntax
typedef struct
{
/** Key index */
APS_KeyPairIndex_t idx;
/** Set of flags associated with key */
uint8_t flags;
} APS_KeyHandle_t;Description
The APS_KeyHandle_t structure describes the type of a cryptographic key
handler.
