5.2.3.21 ZDO_WakeUpReq_t Structure
Syntax
typedef struct
{
ZDO_WakeUpConf_t confirm; //!< Parameters of the confirm being returned in ZDO_WakeUpConf()
void (*ZDO_WakeUpConf)(ZDO_WakeUpConf_t *conf); //!< The function called to confirm the request. Must not be set to NULL.
} ZDO_WakeUpReq_t;Description
The ZDO_WakeUpReq_t structure describes the parameters of the
ZDO_WakeUpReq() function.
