Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.13.1.2
Data Fields

The notification event encapsulating all event types. More...

#include <openapi_event_notify.h>

Data Fields

uint32_t eventCount
 Number of events in this notification packed in eventData.
 
open_buffdesc eventData
 Buffer with event information for eventCount number of events of eventType.
 
OPEN_BOOL_t eventMissFlag
 Flag indicating one or more events of this eventType are missed.
 
uint32_t eventSeqNum
 Sequence number for the event identified by eventType.
 
OPEN_NOTIFY_EVENT_t eventType
 Event type to interpret the eventData.
 
uint32_t globalSeqNum
 Sequence number of all the events delievered so far.
 

Detailed Description

The notification event encapsulating all event types.

Examples:
event_notify_example.c.

Definition at line 228 of file openapi_event_notify.h.


The documentation for this struct was generated from the following file: