MPISqNodeDriveParamCallbackType
Definition
typedef enum {
MPISqNodeDriveParamCallbackTypeCHANGED,
MPISqNodeDriveParamCallbackTypeSET_FAILED,
MPISqNodeDriveParamCallbackTypeSKIPPING_READ_ONLY,
} MPISqNodeDriveParamCallbackType;
Change History: Modified in the 03.03.00
Description
The MPISqNodeDriveParamCallbackType enumeration is used by the MPISqNodeDriveParamCallback function to describe the type of event that caused the callback function to be called.
| MPISqNodeDriveParamCallbackTypeCHANGED | This indicates that the new drive parameter value is different to the current parameter value. |
|---|---|
| MPISqNodeDriveParamCallbackTypeSET_FAILED | The drive parameter that was set has failed. |
| MPISqNodeDriveParamCallbackTypeSKIPPING_READ_ONLY | This indicates that the drive paramerter could not be set because it has read only attributes. |
