5.2.8.16 ZCL_StartSecurityReq_t Structure
Syntax
typedef struct
{
ExtAddr_t remoteAddress;
ZCL_StartSecurityConf_t confirm;
//! Confirmation callback. Can be set to NULL.
void (* ZCL_StartSecurityConf)(ZCL_StartSecurityConf_t *conf);
} ZCL_StartSecurityReq_t;Description
The ZCL_StartSecurityReq_t structure defines the parameters of the
ZCL_StartSecurityReq() function.
