TeleFlow Step 0388

TeleFlow Step 0388

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

Wikilib (Talk | contribs)
(New page: Image:Iv_388.gif <strong><big>TCP Send Step</big></strong><br> Send data to a TCP/IP host (or peer) across a TCP connection<br> <br> ===Properties=== <b>Socket Handle:</b> Socket handl...)
Next diff →

Current revision

Image:Iv_388.gif TCP Send Step
Send data to a TCP/IP host (or peer) across a TCP connection

Properties

Socket Handle: Socket handle(generated by the TCP Connect step) that specifies the connection to send data across.

Message to send: Data to send to across the TCP connection.

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. 2 nibbles represent 1 byte of data. The nibbles are case insensitive.

Action Steps

Image:iv_930.gif Fail: Unable to send message, usually due to an invalid socket handle or a socket error.

Related Steps

Image:Iv_386.gif TCP Connect
Image:Iv_387.gif TCP Disconnect
Image:Iv_389.gif TCP Receive