Send an event to a connected client
| <viznet:server>.sendClient( | |
| client | |
| id | |
| *args | |
| **kw |
)
client
Name of client
id
Event ID
*args
Optional arguments to pass to the client
**kw
Optional keyword arguments to pass to the client
This command will send an event only to the specified client. The client can register for the event as a normal callback. The event structure is the same as a network event structure.
None
Server:
Client: