The method GetClientConnections is used to obtain a list of connected clients. The list provides the IP address and the TCP port of each active client connection.
Inputs / Outputs |
Data type |
Description |
---|---|---|
iq_astConnectedClients |
ARRAY [*] OF ST_ConnectedClients |
The ARRAY of ST_ConnectedClients provides the buffer to store the information about active client connections. |