ZPS_tsAfNwkRouteDiscoveryConfEvent#
This structure is used in the ZPS_EVENT_NWK_ROUTE_DISCOVERY_CONFIRM event, which confirms that a route discovery has been performed.
The ZPS_tsAfNwkRouteDiscoveryConfEventstructure is detailed below.
typedef struct {
uint16 u16DstAddress;
uint8 u8Status;
uint8 u8NwkStatus;
} ZPS_tsAfNwkRouteDiscoveryConfEvent;
where:
u16DstAddressis the destination address for which the route discovery confirm event was generated.u8Statusis one of the status codes from the MAC layer, detailed in Section11.2.4.u8NwkStatusis one of the status codes from the NWK layer, detailed in Section 11.2.3.
Parent topic:Event structures