Start » Filter Reference » System » TCP IP » TcpIp_WriteObject
Module: | FoundationLite |
---|
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 Aurora Vision environment objects to a connected socket.
The data which is sent must be received by an Aurora Vision Studio or Aurora Vision 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.
Remarks
User manual
For more information about using this filter, please follow the link: Using TCP/IP Communication.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
See Also
- TcpIp_ReadObject – Receives an object through a connected TCP socket.
Application Notes: Using TCP IP Communication - document about connecting devices or establishing communication with Aurora Vision Studio.