TeleFlow Step 0373

TeleFlow Step 0373

From TeleFlow

Jump to: navigation, search

Image:Iv_373.gif 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

Image:Iv_930.gifFail: Unable to send the message due to an invalid socket or a socket error. Please see the log for failure details.

Related Steps

Image:Iv_370.gif UDP Bind
Image:Iv_371.gif UDP Close
Image:Iv_372.gif UDP Receive