DLN_GPIO_EVENT_NONE Event Type
No events are generated.
In this case the eventPeriod value must be set to 0.
The current level on a digital input can be retrieved using the DlnGpioPortGetVal() function.
We can enable the debounce filter for the current pin. The debounce filter affects the values, returned by the DlnGpioPortGetVal() function. If we call the DlnGpioPortGetVal() function at the point where the level on the I/O line changes, it will return the previous value. The new value is returned only after it has been stable for a predefined period of time.
2006-2012