NI Switch Executive

Table of Contents

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

NameTypeDescription
sessionHandle NISESession The session referencing this NI Switch Executive virtual device session.

Output

NameTypeDescription
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.

Log in to get a better experience