Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » TCP IP » TcpIp_WriteObject

TcpIp_WriteObject


Module: FoundationLite

Sends an object through a connected TCP socket.

Name Type Range Description
Input value inObject <T> Input object to be sent.
Input value inTimeout Integer* 100 - Timeout in milliseconds, block if not specified.
Input value 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

This filter cannot be placed in multiple Workers.

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, Aurora Vision Studio Professional version.

See Also