ZPS_tsAfEvent

This structure contains the details of an event. The ZPS_tsAfEventstructure is detailed below.

typedef struct {
    ZPS_teAfEventType eType;
    ZPS_tuAfEventData uEvent;
} ZPS_tsAfEvent;

where

  • eTypeindicates the event type, using the enumerations listed and described in Section 11.1.

  • uEventis a structure containing the event data from the union of structures detailed in Section 8.2.2.2.

Parent topic:Event structures