company logo

SendMessage - Send message to cient(s)

The SendMessage command will send a message to a specific client or to all active clients. In order to send the message to a specific client, the client id parameter has to be passed in addition.

Sending messages will work properly only when the application is reacting on messages sent from the server.


SendMessage server port message [id]

Definition: 

server - server url or IP address

port - port number for the server passed when starting the server

message - text to be displayed. When containig more than one word, the message must be quoted.

id -  the id is the number for the client shown in the ShowClients command.