Denso BHT-200QW Especificações Página 418

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 587
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 417
410
Function #24 .fcSSckOpt
Set socket options
Syntax: CALL "SOCKET.FN3" .fcSSckOpt SOCKFD%, OPTNAME%, option
where option is OPTION% or OPTION
Description:
This function sets the specified option for the specified socket to the new
value.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API setsockopt() function.
Parameters: SOCKFD% Socket identifier
OPTNAME% Option name
OPTION%/OPTION New setting for socket option of type integer/real
Return value: (None)
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)
Initial
values
.soSndBuff
8
Transmit buffer size (byte) 1 to 8192 8192
.soRcvBuff
9
Receive buffer size (byte) 1 to 8192 8192
.soMaxRT
26
Retry count 0 to 32 12
.soTIMEWAIT
29
Status retaining period after
closing TCP socket (seconds)
0 to 60 60
.soRTODef
30
Initial round trip time (ms)* 100 to 3000 3000
.soRTOMin
31
Minimum round trip time (ms)* 100 to 1000 100
.soRTOMax
32
Maximum round trip time (ms)* 100 to 60000 60000
* To be set in units of 100.
Vista de página 417
1 2 ... 413 414 415 416 417 418 419 420 421 422 423 ... 586 587

Comentários a estes Manuais

Sem comentários