ZDO_GetParentAddr Function
C
void ZDO_GetParentAddr(NodeAddr_t *parentAddr);
Description
Retrieves parent's short and extended addresses
The function gets the short address and the extended address of the current node's parent. Addresses' values are written to the corresponding fields of the argument. The information is retrieved from the neighbor table.
Parameters
Param | Description |
---|---|
parentAddr | Determines the parameters of the request. |
Returns
None