ZPS_tsAfNwkStatusIndEvent

This structure is used in the ZPS_EVENT_NWK_STATUS_INDICATION event, which reports status information from the NWK layer of the stack.

The ZPS_tsAfNwkStatusIndEventstructure is detailed below.

typedef struct {
    uint16 u16NwkAddr;
    uint8 u8Status;
} ZPS_tsAfNwkStatusIndEvent;

where:

  • u16NwkAddris the 16-bit network address of the node associated with the event.

  • u8Statusis one of the status codes from the lower stack layers, detailed in Section 11.2.

Parent topic:Event structures