Prosoft-technology MVI69-ADM Manuale Utente Pagina 160

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 342
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 159
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 160 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_DBBitChanged
Syntax
int ADM_DBBitChanged(ADMHANDLE adm_handle, int offset)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
offset
Bit offset into database
Description
This function checks to see if a bit has changed since the last call to
ADM_DBBitChanged.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
0
No change
1
Bit has changed
Example
ADMHANDLE adm_handle;
int offset;
if(ADM_DBBitChanged(adm_handle, offset))
printf("Bit has changed");
else
printf("Bit is unchanged");
Vedere la pagina 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 341 342

Commenti su questo manuale

Nessun commento