mvm_gui_get_open_connectionsT_mvm_gui_get_open_connectionsMvmGuiGetOpenConnectionsMvmGuiGetOpenConnections (Operator)

Name

mvm_gui_get_open_connectionsT_mvm_gui_get_open_connectionsMvmGuiGetOpenConnectionsMvmGuiGetOpenConnections — Get all client IDs that are connected to a given server.

Signature

mvm_gui_get_open_connections( : : ServerHandle : OpenConnections)

Herror T_mvm_gui_get_open_connections(const Htuple ServerHandle, Htuple* OpenConnections)

void MvmGuiGetOpenConnections(const HTuple& ServerHandle, HTuple* OpenConnections)

static void HHdevguiServerExtpack.MvmGuiGetOpenConnections(HTuple serverHandle, out HTuple openConnections)

Description

Gets all client IDs that are connected to server specified in ServerHandleServerHandleServerHandleServerHandleserverHandle. All connections which are not known to be already closed will send a ping and wait for a response to determine whether the connection is still valid. Connections which are no longer valid will be marked as permanently closed after this operator call.

Execution Information

This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.

Parameters

ServerHandleServerHandleServerHandleServerHandleserverHandle (input_control)  serial HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

GUI server handle

OpenConnectionsOpenConnectionsOpenConnectionsOpenConnectionsopenConnections (output_control)  socket(-array) HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

connection handles

Module

Foundation