Opens a UDP multicast socket with write-only access on the port you specify.
The network address of a network interface on the local device where this node listens for data.
Default: 0
The local port you want to use to send and receive UDP datagrams.
Number of routers, minus 1, to forward a datagram. The time-to-live (TTL) value applies to all datagrams sent using this socket. Setting a larger TTL value than your application requires can cause high network utilization. The following table lists the action that occurs to a multicast datagram when you specify a value for the time-to-live input.
0 | The datagram remains on the host computer. |
1 | Hubs/repeaters and bridges/switches forward the datagram to every client on the same local subnet that subscribes to that IP address. Routers do not forward the datagram. |
>1 | Sends the datagram, and routers forward it through the number of layers that time-to-live is set to, minus 1. Because most routers are not configured by default to forward multicast packets, you may need to configure your router to forward multicast packets. |
Default: 1
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
A network connection refnum that uniquely identifies the connection. Use this value to refer to this connection in subsequent node calls.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application