Description
Sends data to a specific destination.
Syntax
socket.sendTo(stream, len, port[, address[, flag]])
Parameters
| Flag | Description |
| 0x04 | Specifies that the data should not be subject to routing. |
| 0x01 | Process out-of-band data |
Returns
Integer. The number of bytes sent.