Back to Aurora Vision Library Lite website

You are here: Start » System » TCP IP

TCP IP

Select a function from the list below.

Icon Name Description / Applications
TcpIp_Accept

Accepts a connection from a remote client.

TcpIp_Close

Closes a connected TCP socket gracefully.

TcpIp_Connect

Connects as a client to a remote TCP server socket.

TcpIp_ReadAllBuffer

Receives data from a connected socket until the other side closes connection.

TcpIp_ReadAllText

Receives text from a connected socket until the other side closes connection.

TcpIp_ReadBuffer

Receives a fixed number of bytes from a connected TCP socket.

TcpIp_ReadLine

Reads from a connected TCP socket until receiving a specific sequence.

TcpIp_WriteBuffer

Outputs a block of raw data through a connected TCP socket.

TcpIp_WriteText

Outputs a string through a connected TCP socket.