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

  • 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 192
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 193 of 342
February 20, 2013
7.11 ADM API RAM Functions
ADM_EEPROM_ReadConfiguration
Syntax
long ADM_EEPROM_ReadConfiguration(ADMHANDLE adm_handle);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
Description
ADM_EEPROM_ReadConfiguration read configuration information from a
configuration file located on the EEPROM.
Return Value
Length of the data read from the configuration file.
Example
if (!ADM_EEPROM_ReadConfiguration(adm_handle)) //if no configuration data,
return
{
printf("ERROR: No configuration return\n");
return (1);
}
Vue de la page 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 341 342

Commentaires sur ces manuels

Pas de commentaire