You are here: Start » Program Examples » IO HTTP Image Download
IO HTTP Image Download
Macrofilter Main

Used Filters
| Icon | Name | Description |
|---|---|---|
| TcpIp_Close | Close a connected TCP socket gracefully. | |
| TcpIp_Connect | Connects as a client to a remote TCP server socket. | |
| TcpIp_ReadAllBuffer | Receives data from a connected socket until the other side closes connection. | |
| TcpIp_WriteText | Outputs a string through a connected TCP socket. | |
| TcpIp_ReadLine | Reads from a connected TCP socket until receiving a specific sequence. | |
| LoadImageFromBuffer | Use this filter when you received an image file through I/O communication, e.g. through a TcpIp connection. |
