Denso BHT-200QW Spezifikationen Seite 398

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 587
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 397
390
Function #3 .fcConnect
Connect socket
Syntax: CALL "SOCKET.FN3" .fcConnect SOCKFD%, FAMILY%, PORT%,
address
where address is ADDRESS or IPADDRESS$
Description: This function connects the specified socket identifier to another socket.
BSD4.4 socket API equivalent: This function is equivalent to the BSD4.4
socket API connect() function.
Parameters: SOCKFD% Socket identifier
FAMILY% Protocol family
PORT% Port
ADDRESS Local address for connection
IPADDRESS$ Internet address in dotted quad notation
The protocol family (
FAMILY%) must be 2, the value indicating the ARPA
Internet protocols.
.soINet
2
ARPA Internet protocols
When specifying the value greater than 32767, describe in hexadecimal
notation.
Example: PORT% = &h8000 ' Specify Port 32768
Return value: (None)
Seitenansicht 397
1 2 ... 393 394 395 396 397 398 399 400 401 402 403 ... 586 587

Kommentare zu diesen Handbüchern

Keine Kommentare