ZPS_tsAplZdpSimpleDescReq

This structure is used by the function ZPS_eAplZdpSimpleDescRequest(). It represents a request for the Simple descriptor of an endpoint on the node with a given network address.

The ZPS_tsAplZdpSimpleDescReqstructure is detailed below.

typedef struct {
    uint16 u16NwkAddrOfInterest;
    uint8 u8EndPoint;
} ZPS_tsAplZdpSimpleDescReq;

where:

  • u16NwkAddrOfInterestis the network address of the node of interest.

  • u8EndPointis the number of the relevant endpoint on the node (1-240).

Parent topic:ZDP Request structures