MPIControlImageFileType
Definition
typedef enum MPIControlImageFileType {
MPIControlImageFileTypeINVALID = -1,
MPIControlImageFileTypeFLASH,
MPIControlImageFileTypeFULL,
MPIControlImageFileTypePARTIAL,
MPIControlImageFileTypeEND,
MPIControlImageFileTypeFIRST = MPIControlImageFileTypeINVALID + 1
} MPIControlImageFileType;
Change History: Added in 04.00.
Description
MPIControlImageFileType is an enumeration of controller memory image file types. This enumeration is used to specify what image type to access when creating the control object.
| MPIControlImageFileTypeFLASH | Contains the flash memory image. |
|---|---|
| MPIControlImageFileTypeFULL | Contains the entire memory image. |
| MPIControlImageFileTypePARTIAL | Contains the allocated data memory image.. |
