ZDO_WakeUpReq_t struct
C
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
Describes the parameters of the ZDO_WakeUpReq() function
