The eventCount
parameter contains information about the number of events generated in one event series. A new event series can start if:
event generation is enabled;
the event type is changed;
the level on the pin changed (except for DLN_GPIO_EVENT_ALWAYS
events).
When a new series of events starts, the eventCount
is reset to zero. This parameter increases by 1 when a new event in the series is generated.
Find examples of the eventCount
values in the Digital Input Events section.