DLN_GPIO_EVENT_LEVEL_LOW Event Type
Events are generated when the low level (logical 0) is detected on the digital input line.
If the eventPeriod parameter is 0, a single event is generated, when the level on the line changes from logical 1 to logical 0.
If the eventPeriod is non-zero, the device will send recurrent events every eventPeriod milliseconds, while low level is present on the line. The DLN_GPIO_EVENT structure contains the eventCount parameter. It contains a number of events, sent after the previous level change.
If the isDebounceEnabled parameter is set, the changes on the line are registered only after the signal has been stable for a predefined period of time.
2006-2012