MPIDriveMapMessage

Definition

typedef enum {
   MPIDriveMapMessageMAP_FILE_OPEN_ERROR,
   MPIDriveMapMessageMAP_FILE_FORMAT_INVALID,
   MPIDriveMapMessageNODE_NOT_FOUND_IN_MAP,
   MPIDriveMapMessageVERSION_NOT_FOUND_IN_MAP,
   MPIDriveMapMessageDRIVE_PARAM_READ_ONLY,
} MPIDriveMapMessage;

Description

MPIDriveMapMessageMAP_FILE_OPEN_ERROR
  There was an error when opening the drive map file. The file may not exist, or access to the directory may not be allowed.
MPIDriveMapMessageMAP_FILE_FORMAT_INVALID
  The format of the drive map file is invalid.
MPIDriveMapMessageNODE_NOT_FOUND_IN_MAP
  The node type specified by the nodeName parameter was not found in the driveMap file.
MPIDriveMapMessageVERSION_NOT_FOUND_IN_MAP
  The drive firmware version specified by the firmwareVersion parameter was not found in the driveMap file.
MPIDriveMapMessageDRIVE_PARAM_READ_ONLY
  A read-only parameter is included in the configuration list for the specified drive in the driveMap file.

See Also