5.2.3.4 ZDO_GetChildrenAddr_t Structure
Syntax
typedef struct
{
uint8_t childrenCount; //!< Number of children
NodeAddr_t *childrenTable; //!< Pointer to the memory allocated for children information
} ZDO_GetChildrenAddr_t;Description
The ZDO_GetChildrenAddr_t structure describes the parameters of the
ZDO_ChildrenAddrReq() function.
