Back to FabImage Studio website
You are here: Start » Filter Reference » TCP IP » 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.
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, FabImage Studio Professional version.