The DlnGpioPinDebounceDisable() disables Debounce Filter [1] for the specified pin.
DlnGpioPinDebounceDisable()
DLN_RESULT DlnGpioPinDebounceDisable( HDLN handle, uint8_t pin );
A handle to the DLN-series adapter.
A number of the pin that you want to configure.
The function deactivated debounce filter successfully.
The pin number is not valid. Use the DlnGpioGetPinCount() [2] function to find the maximum possible pin number.
The adapter does not support debounce filtering.
The DlnGpioPinDebounceDisable() function is declared in the dln_gpio.h file.
dln_gpio.h
Links[1] http://dlnware.com/dll/Debounce-Filter [2] http://dlnware.com/dll/DlnGpioGetPinCount