ZDO_GetChildrenAddr_t struct
C
typedef struct
{
uint8_t childrenCount; //!< Number of children
NodeAddr_t *childrenTable; //!< Pointer to the memory allocated for children information
} ZDO_GetChildrenAddr_t;
Description
Describes the parameters of the ZDO_ChildrenAddrReq() function
