Prosoft-technology MVI69-ADM Manual de usuario Pagina 181

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 180
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 181 of 342
February 20, 2013
ADM_GetChar
Syntax
char ADM_GetChar(ADMHANDLE adm_handle, char *buff);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
buff
pointer to character buffer
Description
ADM_GetChar will skip white space and return the first non-white space
character in uppercase.
adm_handle must be a valid handle returned from ADM_Open.
buff must be a pointer to a character buffer.
Return Value
Character data.
Example
ADMHANDLE adm_handle;
char *buffer;
char data_val;
data_val = ADM_GetChar(adm_handle, buffer);
See Also
ADM_GetVal (page 180)
ADM_GetStr (page 182)
ADM_Getc (page 184)
Vista de pagina 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 341 342

Comentarios a estos manuales

Sin comentarios