meiFlashMemoryFromFileType

Declaration
long meiFlashMemoryFromFileType(MEIFlash         flash,
                                const char       *fileName,
                                MEIFlashFileType fileType)
Required Header stdmei.h
Description

FlashMemoryFromFileType writes actual flash memory using the binary image contained in fileName, or using the flash memory cache.

  flash a handle to a Flash object
  *filename a string
  fileType an enumeration corresponding to the flash file types
     
Return Values
MPIMessageOK if FlashMemoryFromFileType successfully copies the data from the file to the flash.
See Also meiFlashCreate | meiFlashMemoryFromFile