sendSocketClients {svSocket}R Documentation

Send data to one or more clients through a socket.

Description

The text is send to one or more clients of the R socket server currently connected.

Usage

sendSocketClients(text, sockets = "all", serverport = 8888)

Arguments

text The text to send to the client(s).
sockets The Tcl name of the client(s) socket(s) currently connected (sockXXX), or "all" (by default) to send the same text to all connected clients.
serverport The port of the server considered

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

closeSocketClients, processSocket


[Package svSocket version 0.9-43 Index]