Description
Receives a datagram and stores the source address
Syntax
socket.receiveFrom(stream, len[, flag])
Parameters
| Flag | Description |
| 0x02 | Peek at the incoming data. The data is copied into the StringStream but is not removed from the input queue. |
| 0x01 | Process out-of-band data |
Returns
An object contains following properties: