Denso Power Net Terminal BHT-7500 Especificaciones Pagina 451

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 450
442
Syntax:
CALL "SOCKET.FN3" 19 SOCKFD%, SOCKFDSET$
Description: This function adds the specified socket identifier to the specified identifier
set.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API FD_SET macro.
Parameters:
SOCKFD% Socket identifier
SOCKFDSET$ Socket identifier set
Return value: (None)
Syntax:
CALL "SOCKET.FN3" 20 SOCKFD%, SOCKFDSET$
Description: This function deletes the specified socket identifier from the specified iden-
tifier set.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API FD_CLR macro.
Parameters:
SOCKFD% Socket identifier
SOCKFDSET$ Socket identifier set
Return value: (None)
Syntax:
CALL "SOCKET.FN3" 21 SOCKFD%, SOCKFDSET$, FDISSET%
Description: This function gets the status of the specified socket identifier in the speci-
fied socket identifier set.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API FD_ISSET macro.
Parameters:
SOCKFD% Socket identifier
SOCKFDSET$ Socket identifier set
Return value: FDISSET% Socket identifier status
The socket identifier status (FDISSET%) has the following values:
0 No change
1 Change in status
Function #19: Add socket identifier to socket identifier set
Function #20: Delete socket identifier from socket identifier set
Function #21: Get socket identifier status from socket identifier set
Vista de pagina 450
1 2 ... 446 447 448 449 450 451 452 453 454 455 456 ... 559 560

Comentarios a estos manuales

Sin comentarios