5.2.3.8 ZDO_IeeeAddrReq_t Structure

Syntax
typedef struct PACK
{
 /* NWK address that is used for IEEE address mapping. */
 ShortAddr_t nwkAddrOfInterest;
 /* Request type for this command:
 - SINGLE_RESPONSE_REQUESTTYPE - only the address of the target node is requested
 - EXTENDED_RESPONSE_REQUESTTYPE - addresses of target's child nodes are also requested
 */
 uint8_t reqType;
 /* If the Request type for this
 command is Extended response, the
 StartIndex provides the starting
 index for the requested elements of
 the associated devices list.*/
 uint8_t startIndex;
} ZDO_IeeeAddrReq_t;

Description

A local device sends a ZDO_IEEEAddrReq request to obtain the 64-bit IEEE address of a remote device using the remote device’s 16-bit address. The command must use the Unicast mode for destination addressing.