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