Prosoft-technology MVI69-ADM Instrukcja Użytkownika Strona 131

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 342
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 130
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 131 of 342
February 20, 2013
ADM_CheckDBPort
Syntax
int ADM_CheckDBPort(ADMHANDLE adm_handle);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
Description
This function checks for input characters on the debug port. adm_handle must be
a valid handle returned from ADM_Open.
Return Value
ADM_ERR_NOACCESS
adm_handle does not have access
Returns the character input to the debug port
Example
int key;
key = ADM_CheckDBPort(adm_handle);
printf("key = %i\n", key);
Przeglądanie stron 130
1 2 ... 126 127 128 129 130 131 132 133 134 135 136 ... 341 342

Komentarze do niniejszej Instrukcji

Brak uwag