Back to Adaptive Vision Library website

You are here: Start » Function Reference » TCP IP » TcpIp_WriteBytes_Deprecated

TcpIp_WriteBytes_Deprecated


Outputs a series of bytes through a connected TCP socket.

Syntax

void avl::TcpIp_WriteBytes_Deprecated
(
	avl::SocketId inSocket,
	const atl::Array<int>& inBytes
)

Parameters

Name Type Default Description
inSocket SocketId Connected socket ID.
inBytes const Array<int>& Numerical values of bytes (0-255) to send.

Description

This filter is deprecated. Use TcpIp_WriteBuffer instead.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.