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
$#!
 _Class_TCPClient
 _Class_TCPServer
B
 Broadcast, _Class_TCPServer
C
 Callback_LostClient, _Class_TCPServer
 Callback_LostConnection, _Class_TCPClient
 Callback_NewClient, _Class_TCPServer
 Callback_Receiving
 Callback_Recv
 Callback_Timedout
 ClientGetBufferLen, _Class_TCPServer
 ClientPropertyGet, _Class_TCPServer
 ClientPropertySet, _Class_TCPServer
 Connect, _Class_TCPClient
D
 Disconnect
 DisconnectAll, _Class_TCPServer
E
 Examples
F
 Functions
H
 Home
I
 ip, _Class_TCPServer
 IP2SocketID, _Class_TCPServer
 IsConnected, _Class_TCPClient
M
 max_recv_len
N
 NbrClients, _Class_TCPServer
P
 port, _Class_TCPServer
 Process
 Properties
S
 Send
 server_ip, _Class_TCPClient
 server_port, _Class_TCPClient
 Shutdown, _Class_TCPServer
 SocketID2hSocket, _Class_TCPServer
 SocketID2IP, _Class_TCPServer
 SocketIDList, _Class_TCPServer
 Startup, _Class_TCPServer
T
 TCPClient(1.1b)
 TCPServer(1.1c)
 Timeout
Object that simplifiy the creation of Encrypted TCP Client
Class constructor
Object that simplifiy the creation of Encrypted, multi-clients TCP Server.
Class constructor
Send data to all connected clients
Function called when a client disconnects from the server.
Function that is called when the connection with the server is lost.
Function called when a new client connects to the server.
Function that is called when being receiving data from the server
Function that is called when being receiving data from a client
Function that is called when data (Binary/String) is received from the server
Function that is called when data (Binary/String) is received from a client
Function that is called when a client is timed out
Function that is called when a client is timed out
Return the current buffer lenght of a client
Get the value of a client’s extended property
Set an extended property of a client to a specified value
Try to connect to the server specified by server_ip and server_port
Disconnect from the server
Disconnect a specified client
Disconnect all connected clients.
Welcome to the TCPClass Documentation.
IP Address to listen
Return the socket ID of a given client’s IP
Check if the client is connected to a server
max # of characters to receive (TCPRecv)
max # of characters to receive (TCPRecv)
Return the total number of connected clients.
Port number to listen
Function that calls all the client’s callbacks when events occures (Receiving, Lost connection...)
Function that calls all the server callbacks when events occures (New client, Receiving...)
Send data (Binary/String) to the server
Send data (Binary/String) to a client
IP Adress of the server
Port number of the server
Disconnect all clients, and shutdown the server
Return the Socket Handle of a client’s Socket ID
Return the IP of a given client’s socket
Return a 1-based array of all currently connected client’s socket ID
Starts the server.
Receiving timeout (in ms).
Receiving timeout (in ms).
Close