udp_stream - UDP stream handle
dest_ip - destination IP address dest_port (optional) - destination port number |
Transmits all the data written to the UDP stream to the specified IP address and port. Data is written using the standard stream commands. If no destination port is specified, the port number used to create the UDP Stream is used.
Note that IP addresses must be in integer format, NOT in dotted IP format. |