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