ET_SocketType

Overview

Type:

Enumeration

Available as of:

V1.0.2.0

Description

The enumeration ET_SocketType values indicate the type of the TCP socket to be used for the TCP connection.

The conversion operator TO_STRING is supported for this enumeration type.

Enumeration Elements

Name

Value (UDINT)

Description

Standard

0

Standard socket, no encryption.

StartTls

1

Upgradable socket, the connection is established as standard connection without encryption and can be upgraded to a connection with encryption using TLS.

Tls

2

Socket for connections using TLS. The connection is established with encryption from the beginning.

Used By

  • FB_ProxyHandlerBase

  • FB_ProxyHandlerHttpConnect