Back to FabImage Library website
You are here: Start » Function Reference » TCP IP » TcpIp_WriteBytes_Deprecated
Header: | STD.h |
---|---|
Namespace: | fil |
Outputs a series of bytes through a connected TCP socket.
Syntax
void fil::TcpIp_WriteBytes_Deprecated ( fil::SocketId inSocket, const ftl::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.