TeleFlow Step 0373
From TeleFlow
UDP Send
Sends data via UDP, using a port previously bound with the UDP Bind step.
Properties
Socket Handle: Socket handle (generated by the UDP Bind step) to use to send.
Peer host name or IP address: Host name or IP address of the peer to send the message to.
Peer Port #: The peer's (destination) port number to send the message to.
Message to send: Message or data payload to send.
Hexadecimal representation: Checking this checkbox indicates that the 'Message to send' field data should be interpreted as a sequence of hexadecimal nibbles and converted appropriately for transmission. Use this setting to send binary data. 2 nibbles represent 1 byte of data. The nibbles are not case-sensitive.
Action Steps
Fail: Unable to send the message due to an invalid socket or a socket error. Please see the log for failure details.
Related Steps
UDP Bind
UDP Close
UDP Receive
