MEIDriveMapMessage
Definition
typedef enum { MEIDriveMapMessageMAP_FILE_OPEN_ERROR, MEIDriveMapMessageMAP_FILE_FORMAT_INVALID, MEIDriveMapMessageNODE_NOT_FOUND_IN_MAP, MEIDriveMapMessageVERSION_NOT_FOUND_IN_MAP, MEIDriveMapMessageDRIVE_PARAM_READ_ONLY, } MEIDriveMapMessage;
Description
There was an error when opening the drive map file. The file may not exist, or access to the directory may not be allowed.
The format of the drive map file is invalid.
The node type specified by the nodeName parameter was not found in the driveMap file.
The drive firmware version specified by the firmwareVersion parameter was not found in the driveMap file.
A read-only parameter is included in the configuration list for the specified drive in the driveMap file.
See Also