I_SocketConnectionSettingsClass

Objects that implement this interface are used to configure the TCP/IP communication layer. The configuration settings only apply to a selected server session function block instance.

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

Inheritance hierarchy

I_SocketConnectionSettingsClass -> __System.IQueryInterface

INTERFACE I_SocketConnectionSettingsClass EXTENDS __System.IQueryInterface

I_SocketConnectionSettingsClass 1: Methods

Name

Description

Defaults

Resets the configuration settings to the default values.

I_SocketConnectionSettingsClass 2: Properties

Name

Type

Access

Description

bEnable

BOOL

Get

Reads the configured activation mode for incoming connections.

bTrace

BOOL

Get

Reads the configured activation mode for trace log messages.

eAccept

E_SocketAcceptMode

Get

Reads the configured acceptance mode for incoming connections.

nAcceptPort

UDINT

Get

Reads the configured TCP/IP port number to be accepted.

sAcceptHost

T_IPv4Addr

Get

Reads out the configured IPv4 network address to be accepted.