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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 122
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 97
WATTCP API Functions MVI-ADMNET 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module with Ethernet
Page 98 of 122 ProSoft Technology, Inc.
February 20, 2013
sock_close
Syntax
void sock_close ( sock_type *skType);
Parameters
skType
Current socket Type that will be used to close the connection.
Description
This function is used to permanently close a connection. This function is common
for UDP connections.
Return Value
None
Example
sock_type *socket;
. . .
sock_close(socket);
See Also
sock_abort (page 97)
Przeglądanie stron 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 121 122

Komentarze do niniejszej Instrukcji

Brak uwag