Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » TCP IP » TcpIp_ReadAll_Deprecated

TcpIp_ReadAll_Deprecated


Receives octets from a connected socket until the other side finishes sending.

Name Type Range Description
inSocket SocketId Connected socket ID, will be closed if successfully read.
inTimeout Integer* 0 - Timeout in milliseconds, block if not specified.
outText String? Received data as textual string.
outBytes IntegerArray Received octets as integer values.
outEof Bool Whether everything has been read and socket is closed.

Description

This filter is deprecated. Use TcpIp_ReadAllText or TcpIp_ReadAllBuffer instead.

Remarks

User manual

For more information about using this filter, please follow the link: Using TCP/IP Communication.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Adaptive Vision Studio Professional version.