Prosoft-technology MVI69-ADM Instrukcja Użytkownika Strona 193

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 342
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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);
}
Przeglądanie stron 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 341 342

Komentarze do niniejszej Instrukcji

Brak uwag