ST_DefaultSocketOptionsTCPClient
Type: |
Structure |
Available as of: |
V1.0.4.0 |
Inherits from: |
- |
The structure ST_DefaultSocketOptionsTCPClient contains information about which socket options should be automatically set or modified when a new connection is established. For a description of the specific socket options, see the description of the property.
Name |
Data type |
Default value |
Description |
---|---|---|---|
BOOL |
TRUE |
If TRUE, sets the socket option KeepAlive to the value of xKeepAliveValue. |
|
BOOL |
TRUE |
Value to set socket option KeepAlive to. |
|
BOOL |
FALSE |
If TRUE, sets the socket option NoDelay to the value of xNoDelayValue. |
|
BOOL |
TRUE |
Value to set socket option NoDelay to. |
|
BOOL |
FALSE |
If TRUE, sets the socket option SendBufferSize to the value of udiSendBufferSizeValue. |
|
UDINT |
10000 |
Value to set socket option SendBufferSize to. |
|
BOOL |
FALSE |
If TRUE, sets the socket option ReceiveBufferSize to the value of udiReceiveBufferSizeValue. |
|
UDINT |
10000 |
Value to set socket option ReceiveBufferSize to. |
|
BOOL |
FALSE |
If TRUE, sets the socket option OutOfBandInline to the value of xOutOfBandInlineValue. |
|
BOOL |
TRUE |
Value to set socket option OutOfBandInline to. |
|
BOOL |
FALSE |
If TRUE, sets the corresponding socket option TimeoutConnectTls to the value of uiTimeoutConnectTlsValue. |
|
TIME |
T#30s |
Timeout for establishing a connection using the method ConnectTls. |
oFB_TCPClient/FB_TCPClient2