Prosoft-technology MVI69-ADM Bedienungsanleitung Seite 183

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 342
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 182
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 183 of 342
February 20, 2013
ADM_SkipToNext
Syntax
char* ADM_SkipToNextl(ADMHANDLE adm_handle, char *buff);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
buff
pointer to string buffer
Description
ADM_SkipToNext skips characters encountered until white space is reached.
The white space is skipped. A pointer to the next non-white space character is
returned. If no character is found, null is returned.
adm_handle must be a valid handle returned from ADM_Open.
buff must be a pointer to a string buffer.
Return Value:
Pointer to char at start of next data.
NULL if no character found.
Example
ADMHANDLE adm_handle;
char *buffer;
buffer = ADM_SkipToNext(adm_handle, buffer);
Seitenansicht 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 341 342

Kommentare zu diesen Handbüchern

Keine Kommentare