Prosoft-technology MVI69-ADM Manuel d'utilisateur Page 159

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 342
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 158
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 159 of 342
February 20, 2013
ADM_DBChanged
Syntax
int ADM_DBChanged(ADMHANDLE adm_handle, int offset)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
offset
Word offset into database
Description
This function checks to see if a register has changed since the last call to
ADM_DBChanged.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
0
No change
1
Register has changed
Example
ADMHANDLE adm_handle;
int offset;
if(ADM_DBChanged(adm_handle, offset))
printf("Data has changed");
else
printf("Data is unchanged");
Vue de la page 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 341 342

Commentaires sur ces manuels

Pas de commentaire