|
|
|
|
|
WebSocketListConnectedUser (Function) In french: WebSocketListeClientConnecté Lists the clients connected to the WebSocket server.
tabClients is array of websocketClient = WebSocketListConnectedClient()
FOR EACH Client OF tabClients
WebSocketSend(Client, bufMessage)
END
Syntax
<Result> = WebSocketListUser()
<Result>: Array Array of websocketClient variables that corresponds to the clients connected at the time of calling the function. New clients that connect to the server will not be added to the array. Clients that disconnect from the server will not be deleted.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|