Maxim-integrated 73M1866B/73M1966B FXOAPI Instrukcja Użytkownika Strona 48

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 66
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 47
73M1866B/73M1966B FXOAPI User Guide UG_1x66B_046
48 Rev. 2.1
4.1 M1x66_RET
Description
API function return code. All APIs, expect the open device and open channel, return with M1x66_RET
code. For additional error information when an API returns M1x66_FAILED the application program can
issue a get last error M1x66_GetLastError.
Prototype
/*
**************************************************************************
** Function return code
*************************************************************************/
typedef enum {
M1x66_SUCCESS = 0,
M1x66_FAILED = (-1),
}
M1x66_RET;
Parameters
Name Value Description
M1x66_SUCCESS
0
Successful.
M1x66_FAILED
-1
Failed.
Przeglądanie stron 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 65 66

Komentarze do niniejszej Instrukcji

Brak uwag