Prosoft-technology MVI69-ADMNET Instrukcja Użytkownika Strona 88

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 122
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 87
WATTCP API Functions MVI-ADMNET 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module with Ethernet
Page 88 of 122 ProSoft Technology, Inc.
February 20, 2013
sock_established
Syntax
int sock_established( sock_type *skType );
Parameters
skType
Current socket Type that will be used to check the connection.
Description
This function is used check if the socket has been established.
Return Value
Not established.
1
Establish
Example
sock_type *socket;
. . .
if(sock_established(socket))
{
printf("Socket has been established\n");
}
Przeglądanie stron 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 121 122

Komentarze do niniejszej Instrukcji

Brak uwag