Denso Power Net Terminal BHT-7500 Especificaciones Pagina 454

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 453
Chapter 18. TCP/IP
445
Syntax:
CALL "SOCKET.FN3" 24 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:
* To be set in units of 100.
Run-time errors:
Function #24: Set socket options
Option Number
(
OPTNAME%)
Description
Values for Option (
OPTION%)
Initial
values
2 Keep-alive timer enable/disable 0 (disabled), 1 (enabled) 0
Option Number
(
OPTNAME%)
Description
Values for Option (
OPTION)
Initial
values
8 Transmit buffer size (byte) 1 to 8192
8192
9 Receive buffer size (byte) 1 to 8192
8192
26 Retry count 0 to 32
12
30 Initial round trip time (ms*) 100 to 3000
3000
31 Minimum round trip time (ms*) 100 to 1000
100
32 Maximum round trip time (ms*) 100 to 60000
60000
Error code Meaning
201h
Cannot set option after connection established.
209h
Socket identifier is invalid.
216h
A parameter is invalid.
Vista de pagina 453
1 2 ... 449 450 451 452 453 454 455 456 457 458 459 ... 559 560

Comentarios a estos manuales

Sin comentarios