Method Stdio.UDP()->read()
- Method read
 mapping(string:int|string) read()
mapping(string:int|string) read(intflag)- Description
 Read from the UDP socket.
Flag
flagis a bitfield, 1 for out of band data and 2 for peek- Returns
 mapping(string:int|string) in the form ([ "data" : string received data "ip" : string received from this ip "port" : int ...and this port ])
- See also