I_SocketClientSettingsClass

Objects that implement this interface are used to configure the TCP/IP communication layer.

Namespace: Tc3_Sockets
Library: Tc3_Sockets (Tc3_Sockets.compiled-library)

Inheritance hierarchy

I_SocketClientSettingsClass -> __System.IQueryInterface

INTERFACE I_SocketClientSettingsClass EXTENDS __System.IQueryInterface

I_SocketClientSettingsClass 1: Methods

Name

Description

Defaults

Resets the configuration settings to the default values.

I_SocketClientSettingsClass 2: Properties

Name

Type

Access

Description

bAutoCleanup

BOOL

Get

Enables/disables the automatic clean-up/closure of the unused sockets (e.g. after program download or PLC reset).

sSrvNetID

T_AmsNetID

Get

TwinCAT network address of the TwinCAT TCP/IP server (TF6310). With the empty string, the network address of the local TwinCAT system is used.

nRemotePort

UDINT

Get

TCP/IP port number of the server.

sRemoteHost

T_Ipv4Addr

Get

IPv4 network address of the server.

tConnect

TIME

Get

Earliest time on expiry of which a new connection can be established.

tAdsTimeout

TIME

Get

Maximum time that must not be exceeded during the execution of the ADS services.

tSocketTimeout

TIME

Get

Maximum time that may not be exceeded during the execution of the confirmed services.

bThrottleMode

BOOL

Get

Enables/disables the receive data throttle polling mode.

throttleTimes

T_ThrottleTimes

Get

Configuration of the cycle times for the receive data throttle polling mode.

eTraceSocket

E_TraceLevel

Get

Configures the priority level for the logging of the error messages and log messages.

ipTLS

I_SocketTlsSettingsClass

Get

Configuration parameters of the TLS (Transport Layer Security) protocol layer.

bEvaLinkStatusErr

BOOL

Get

Configures the evaluation mode for the link status error of the network adapter.