niSE_IsConnected
- Updated2023-02-21
- 1 minute(s) read
niSE_IsConnected
Checks to see whether the specified route or route group is connected.
Function Prototype
NISEStatus __stdcall niSE_IsConnected( | NISESession sessionHandle, |
NISEConstString routeSpec, | |
NISEBoolean * isConnected); |
Parameters
Input
Name | Type | Description |
---|---|---|
sessionHandle | NISESession | The session referencing this NI Switch Executive virtual device session. |
routeSpec | NISEConstString | The string specifying the route and route groups to be checked. Refer to Route Specification Strings for more information. |
Output
Name | Type | Description |
---|---|---|
isConnected | NISEBoolean | Returns TRUE if the specified route and route groups are connected or FALSE if they are not connected. |