Online documentation, manuals and tutorials
< All Topics
Print

UDP Out

Description

This actions sends message to the designated UDP host and port.

Properties

Specific

Send a

Enum

Options to send UDP, Multicast or Broadcast message

To port

EXPRESSION (integer)

The port to which message is sent.

Address

EXPRESSION (string)

The address to which message is sent.

Group

EXPRESSION (string)

If Multicast mode is selected, specify multicast group you whish to join.

Local interface

EXPRESSION (string)

Specify local network interface for multicast group. If this option is not specified, the operating system will choose one interface and will add membership to it.

Ipv

Enum

Use IPV4 or IPV6 addresses

Bind to

Enum

Option to bind to the random or fixed port.

Outport

EXPRESSION (integer)

If fixed port option is selected then specify fixed port with this property.

Payload

EXPRESSION (string)

Message payload to be sent.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • UDP CLient
  • UDP Server
Page content