Prosoft-technology MVI69-ADM Uživatelský manuál Strana 193

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 342
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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);
}
Zobrazit stránku 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 341 342

Komentáře k této Příručce

Žádné komentáře