Back to FabImage Studio website
You are here: Start » Filter Reference » TCP IP » TcpIp_ReadChunk_Deprecated
Receives a fixed number of bytes from a connected TCP socket.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSocket | SocketId | Connected socket ID. | |
![]() |
inLength | Integer | 1 - 20971520 | Number of bytes to receive. |
![]() |
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 | Indicates whether the operation was interrupted on attempt to get data from beyond the end of stream |
Description
This filter is deprecated. Use TcpIp_ReadBuffer 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, FabImage Studio Professional version.