AMX DESIGN XPRESS V 1.5 - PROGRAMMER GUIDE Podręcznik Użytkownika Strona 187

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 316
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 186
KwikNet Low Level Services
K
A
DAK
173
kn_udpclose kn_udpclose
Purpose Close a UDP Channel
Used by
n Task o ISP o Timer Procedure o Restart Procedure n Exit Procedure
Setup Prototype is in file KN_API.H.
#include "KN_LIB.H"
int kn_udpclose(unsigned long udphandle);
Description Udphandle is a UDP handle acquired with a previous call to
kn_udpopen(). This handle must not be used after the UDP channel
which it represents has been closed.
Returns If successful, a value of 0 is returned.
On failure, the error status -1 is returned.
Example See example in the description of kn_udpopen().
See Also kn_udpopen()
Przeglądanie stron 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 315 316

Komentarze do niniejszej Instrukcji

Brak uwag