ICON TYPE PARAMETER VALUE TO SET, COMMENTS
niSE Connect And Disconnect (continued)
NISEInt32 multiconnectMode •USE_DEFAULT_MODE (–1)
• NO_MULTICONNECT (0)
•MULTICONNECT_ROUTES (1)
NISEInt32 operationOrder •BREAK_BEFORE_MAKE (1)
•BREAK_AFTER_MAKE (2)
NISEBoolean waitForDebounce •NISE_TRUE
•NISE_FALSE
NISESession sessionHandle Reference to virtual device session
NISEConstString disconnectSpec String describing the
disconnections to be made
NISESession sessionHandle Reference to virtual device session
NISESession sessionHandle Reference to virtual device session
NISEConstString channel 1 Channel name of one of the end
points of the route to find
NISEConstString channel 2 Channel name of one of the end
points of the route to find
NISEBuffer* [out] routeSpec Returns the path between the
channels if PATH_EXISTS or
PATH_AVAILABLE
NISEInt32 * [in/out] routeSpecSize •Input = size of the route string
buffer being passed
•Return = the size required to hold
the entire route string
NISEInt32 * [out] routeCapability • PATH_AVAILABLE (1)
• PATH_EXISTS (2)
• PATH_UNSUPPORTED (3)
• RSRC_IN_USE (4)
• SOURCE_CONFLICT (5)
• CHANNEL_NOT_AVAILABLE (6)
• CHANNELS_HARDWIRED (7)
Functionscontinued on the next page
niSE Find Route
(niSE_FindRoute)
Finds an existing or potential route between channel 1 and channel 2.
niSE Disconnect All
(niSE_DisconnectAll)
Disconnects all connections on every IVI switch device managed by the
NISE session reference passed to this function.
niSE Disconnect
(niSE_Disconnect)
Disconnects the routes specified in the disconnection specification.