Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _TCP_GetCmd
 _TCP_MakeCmd
 _TCPClient_Config, Configuration
 _TCPClient_Connect, Creation/Destruction,Connect/Disconnect
 _TCPClient_Create, Creation/Destruction,Connect/Disconnect
 _TCPClient_Destroy, Creation/Destruction,Connect/Disconnect
 _TCPClient_Disconnect, Creation/Destruction,Connect/Disconnect
 _TCPClient_IsConnected, Creation/Destruction,Connect/Disconnect
 _TCPClient_Process, Processing
 _TCPClient_Send, Communication with server
 _TCPClient_SetCallbacks, Configuration
 _TCPServer_Broadcast, Clients handling
 _TCPServer_ClientCount, Clients handling
 _TCPServer_ClientPropertyGet, Client’s properties
 _TCPServer_ClientPropertySet, Client’s properties
 _TCPServer_Config, Configuration
 _TCPServer_Create, Creation/Destruction,Start/Stop
 _TCPServer_Destroy, Creation/Destruction,Start/Stop
 _TCPServer_Disconnect, Clients handling
 _TCPServer_DisconnectAll, Clients handling
 _TCPServer_GetBufferLen, Clients handling
 _TCPServer_IP2SocketID, Various conversions
 _TCPServer_IsStarted, Creation/Destruction,Start/Stop
 _TCPServer_Process, Processing
 _TCPServer_Send, Clients handling
 _TCPServer_SetCallbacks, Configuration
 _TCPServer_SocketHandle2SocketID, Various conversions
 _TCPServer_SocketID2IP, Various conversions
 _TCPServer_SocketID2SocketHandle, Various conversions
 _TCPServer_SocketList, Clients handling
 _TCPServer_Start, Creation/Destruction,Start/Stop
 _TCPServer_Stop, Creation/Destruction,Start/Stop
Analyse a packet created by _TCP_MakeCmd, and extract the packet name, the parameters, and the data
Create a packet to be sent over TCP, can have
Set client’s configuration
Order a Client to connect
Create a TCP Client
Destroy a client
Order a client to disconnect
Check if a client is connected
This function makes all clients work, all data is processed here, and all callbacks are called from here
Send data to the server
Set the callback functions that will be called when an event occurs
Send data to all connected clients
Return the number of currently connected clients
Return client’s property current value
Set client’s propery value
Set server’s parameters
Create a TCP server
Destroy the server and free ressources
Disconnect a client
Disconnect all clients
Return the current buffer lenght of a client
Convert an IP Address to Socket ID
Return server status
This function makes the server work, all data is processed here, and all callbacks are called from here
Send data to a client
Set the callback functions that will be called when an event occurs
Convert Socket Handle to Socket ID
Convert Socket ID to IP Address
Get the Socket Handle of the corresponding Socket ID
Return a list off all connected Socket IDs and their respective IP addresses
Starts the server
Stops the server
Close