Back to Adaptive Vision Library website

You are here: Start » Function Reference » TCP IP

TCP IP

Select a function from the list below.

IconNameDescription
TcpIp_AcceptAccepts a connection from a remote client.
TcpIp_CloseClose a connected TCP socket gracefully.
TcpIp_ConnectConnects as a client to a remote TCP server socket.
TcpIp_ReadAllBufferReceives data from a connected socket until the other side closes connection.
TcpIp_ReadAllTextReceives text from a connected socket until the other side closes connection.
TcpIp_ReadBufferReceives a fixed number of bytes from a connected TCP socket.
TcpIp_ReadLineReads from a connected TCP socket until receiving a specific sequence.
TcpIp_WriteBufferOutputs a block of raw data through a connected TCP socket.
TcpIp_WriteTextOutputs a string through a connected TCP socket.