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