You are here: Start » Filter Reference » TCP IP » TcpIp_WriteObject
Sends an object through a connected TCP socket.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inObject | <T> | Input object to be sent. | |
![]() |
inTimeout | Integer* | 100 - ![]() |
Timeout in milliseconds, block if not specified. |
![]() |
inSocket | SocketId | Connected socket ID. |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Description
This filter allows writing an arbitrary FabImage environment objects to a connected socket.
The data which is sent must be received by an FabImage Studio or FabImage Executor process executing TcpIp_ReadObject filter of the same type.
This filter can raise IoError when the connection is broken or closed by the other side, when the output buffer overflows because the other side is not receiving data or receiving data too slow, or when other network-related error occurred.
Complexity Level
This filter is available on Basic Complexity Level.