ST_ClientConnection2

Overview

Type:

Structure

Available as of:

V1.0.4.0

Inherits from:

-

Description

The structure ST_ClientConnection2 contains information about the clients connected to the server.

Structure Elements

Name

Data type

Description

sClientIP

STRING(15)

The IP address of the connected client

uiClientPort

UINT

The port number of the connected client

xIsReadable

BOOL

Indicates that data has been received that has not yet been processed by the Receive method.

uliTotalBytesReceived

ULINT

Total number of bytes received from this client.

uliTotalBytesSent

ULINT

Total number of bytes sent to this client.

Used By

  • FB_TCPServer2