- Contents
Interaction Designer Help
TCP Write Integer
This File I/O tool writes an integer 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.
Integer value
The value you want to write to the connection.
Integer byte ordering
Different machine architectures sometimes store data using different byte orders. For example, Intel-based machines store data in the reverse order of Macintosh (Motorola) machines. If you are not sure of the byte ordering of the machine receiving the integer value, leave this value at the default true.
Exit Paths
Success
This tool takes the Success exit path if the integer was successfully written.
Failure
This tool takes the Failure exit path if the socket handle is invalid.