ZPS_tsAfZdoBindEvent

This structure is used in the ZPS_EVENT_ZDO_BIND event, which indicates that the local node has been successfully bound to one or more remote nodes.

The ZPS_tsAfZdoBindEventstructure is detailed below.

typedef struct { ZPS_tuAddress uDstAddr; uint8 u8DstAddrMode; uint8 u8SrcEp; uint8 u8DstEp; } ZPS_tsAfZdoBindEvent;

where

  • uDstAddris the address of the remote node for the binding (the type of address is specified using the element u8DstAddrModeabove).

  • u8DstAddrModeindicates the type of address specified through the element uDstAddr(see Table 1).

  • u8SrcEpis the number of the source endpoint for the binding (in range 1-240).

  • u8DstEpis the number of the destination endpoint for the binding (in range 1-240).

Parent topic:Event structures