mvm_gui_get_open_connections — Get all client IDs that are connected to a given server.
mvm_gui_get_open_connections( : : ServerHandle : OpenConnections)
Gets all client IDs that are connected to server specified in ServerHandle. 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.
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.
ServerHandle (input_control) serial → (handle)
GUI server handle
OpenConnections (output_control) socket(-array) → (handle)
connection handles
Foundation