TeleFlow Step 0388
From TeleFlow
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
Fail: Unable to send message, usually due to an invalid socket handle or a socket error.
Related Steps
TCP Connect
TCP Disconnect
TCP Receive
