Denso BHT-200QW Spezifikationen Seite 400

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 587
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 399
392
Function #6 .fcGSckOpt
Get socket option
Syntax: CALL "SOCKET.FN3" .fcGSckOpt SOCKFD%, OPTNAME%, option
where option is
OPTION% or OPTION
Description: This function gets the specified option setting for the specified socket.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API getsockopt() function.
Parameters: SOCKFD% Socket identifier
OPTNAME% Option name
Return value: option Current setting for socket option
(
OPTION%/OPTION) of type integer/real
Correspondence tables:
Option Number
(OPTNAME%)
Description
Values for Option (
OPTION%)
.soDisable 0
Disabled
.soKepAliv 2
Keep-alive timer enable/disable
.soEnable 1
Enabled
Option Number
(OPTNAME%)
Description
Values for Option (
OPTION)
.soSndBuff
8
Transmit buffer size (byte) 1 to 8192
.soRcvBuff
9
Receive buffer size (byte) 1 to 8192
.soMaxRT
26
Retry count 0 to 32
.soTIMEWAIT
29
Status retaining period after
closing TCP socket (seconds)
0 to 60
.soRTODef
30
Initial round trip time (ms)* 100 to 3000
.soRTOMin
31
Minimum round trip time (ms)* 100 to 1000
.soRTOMax
32
Maximum round trip time (ms)* 100 to 60000
* Shown in units of 100. (e.g., 1 = 100 ms).
Seitenansicht 399
1 2 ... 395 396 397 398 399 400 401 402 403 404 405 ... 586 587

Kommentare zu diesen Handbüchern

Keine Kommentare