Back to Aurora Vision Library website

You are here: Start » Function Reference » System » TCP IP

TCP IP

Select a function from the list below.

Icon Name Description / Applications Modules
TcpIp_Accept

Accepts a connection from a remote client.

FoundationLite
TcpIp_Close

Closes a connected TCP socket gracefully.

FoundationLite
TcpIp_Connect

Connects as a client to a remote TCP server socket.

FoundationLite
TcpIp_ReadAllBuffer

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

FoundationLite
TcpIp_ReadAllText

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

FoundationLite
TcpIp_ReadBuffer

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

FoundationLite
TcpIp_ReadLine

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

FoundationLite
TcpIp_WriteBuffer

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

FoundationLite
TcpIp_WriteText

Outputs a string through a connected TCP socket.

FoundationLite