|
|
|
|
WebSocketListConnectedUser (Function) In french: WebSocketListeClientConnecté Lists the clients connected to the WebSocket server.
// Retrieve list of clients arrClients is array of websocketClient = WebSocketListConnectedClient() // To send a message to each client FOR EACH Client OF arrClients 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|