Sockets Toolkit - send
- Loadable Function:
retval =send(s, data) - Loadable Function:
retval =send(s, data, flags) Send data on specified socket.
Sends data on socket s. data should be an uint8 array or a string.
See the
sendman pages for further details.