Feedback

  • Contents
 

TCP Write String UTF8

This File I/O tool writes a UTF8-encoded string value to the computer connected via TCP/IP. See TCP/IP tools for more information on using TCP/IP tools.

Inputs

Socket handle

A unique socket connection identifier generated by the TCP Connect or TCP/IP Connection Accepted.

String value

The value you want to write to the connection.

Exit Paths

Success

This tool takes the Success exit path if the string was successfully written.

Failure

This tool takes the Failure exit path if the socket handle is invalid.