niSE_IsDebounced
- Updated2023-02-21
- 1 minute(s) read
Checks to see if the switching system is debounced or not. This function does not wait for debouncing to occur. It returns true if the system is fully debounced.
Function Prototype
NISEStatus __stdcall niSE_IsDebounced( | NISESession sessionHandle, |
NISEBoolean * isDebounced); |
Parameters
Input
Name | Type | Description |
---|---|---|
sessionHandle | NISESession | The session referencing this NI Switch Executive virtual device session. |
Output
Name | Type | Description |
---|---|---|
isDebounced | NISEBoolean | Returns TRUE if the system is fully debounced or FALSE if it is still settling. |
niSE_IsDebounced Details
This function is similar to the IviSwtch specific function.