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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 342
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 183
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 184 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_Getc
Syntax
char ADM_Getc(ADMHANDLE adm_handle, char *buff);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
buff
pointer to character buffer
Description
ADM_Getc skips white space and returns the next character.
adm_handle must be a valid handle returned from ADM_Open.
buff must be a pointer to a string buffer.
Return Value
Character data.
Example
ADMHANDLE adm_handle;
char *buffer;
char data_val;
data_val = ADM_Getc(adm_handle, buffer);
See Also
ADM_GetStr (page 182)
ADM_GetVal (page 180)
ADM_GetChar (page 181)
Przeglądanie stron 183
1 2 ... 179 180 181 182 183 184 185 186 187 188 189 ... 341 342

Komentarze do niniejszej Instrukcji

Brak uwag