Echelon OpenLDV Instrukcja Użytkownika Strona 63

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 194
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 62
OpenLDV Programmer’s Guide 55
// Perform the following tasks regardless of ldvCmdOk value:
// Deregister event for NI
ldv_register_event(m_OpenLdvHandle, NULL);
// Close the network interface
rc = ldv_close(m_OpenLdvHandle);
if (rc != LDV_OK) {
printf(“Could not close network interface.\n”);
}
else {
m_OpenLdvHandle = -1; // Mark handle invalid
}
Close(hEvent); // Close the event
ldvx_shutdown(); // Cleanly shutdown the OpenLDV driver
Przeglądanie stron 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 193 194

Komentarze do niniejszej Instrukcji

Brak uwag