ZPS_tsAplZdpActiveEpStoreReq

This structure is used by the function ZPS_eAplZdpActiveEpStoreRequest(). It represents a request to a remote node to store the list of active endpoints of the local node.

The ZPS_tsAplZdpActiveEpStoreReqstructure is detailed below.

typedef struct { uint16 u16NwkAddr; uint64 u64IeeeAddr;

uint8 u8ActiveEPCount;

/* Rest of message is variable length */ uint8* pu8ActiveEpList;

} ZPS_tsAplZdpActiveEpStoreReq;

where:

  • u16NwkAddris the network address of the sending node

  • u64IeeeAddris the IEEE address of the sending node

  • u8ActiveEPCountis the number of active endpoints in the list to store

  • pu8ActiveEpListis a pointer to the list of active endpoints to store

Parent topic:ZDP Request structures