Back to FabImage Library website
You are here: Start » Function Reference » TCP IP
TCP IP
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
TcpIp_Accept | Accepts a connection from a remote client. | Lite |
![]() |
TcpIp_Close | Close a connected TCP socket gracefully. | Lite |
![]() |
TcpIp_Connect | Connects as a client to a remote TCP server socket. | Lite |
![]() |
TcpIp_ReadAllBuffer | Receives data from a connected socket until the other side closes connection. | Lite |
![]() |
TcpIp_ReadAllText | Receives text from a connected socket until the other side closes connection. | Lite |
![]() |
TcpIp_ReadBuffer | Receives a fixed number of bytes from a connected TCP socket. | Lite |
![]() |
TcpIp_ReadLine | Reads from a connected TCP socket until receiving a specific sequence. | Lite |
![]() |
TcpIp_WriteBuffer | Outputs a block of raw data through a connected TCP socket. | Lite |
![]() |
TcpIp_WriteText | Outputs a string through a connected TCP socket. | Lite |