MEISqNodeDriveMonitorDataType
Definition
|
typedef enum MEISqNodeDriveMonitorDataType {
MEISqNodeDriveMonitorDataTypeINDEX,
MEISqNodeDriveMonitorDataTypeADDRESS,
MEISqNodeDriveMonitorDataTypeFIXED_CONFIG,
} MEISqNodeDriveMonitorDataType;
|
|
Change History: Modified in the 03.04.00; added MEISqNodeDriveMonitorDataTypeFIXED_CONFIG. |
Description
MEISqNodeDriveMonitorDataType is an enumeration of monitor data selection types.
|
MEISqNodeDriveMonitorDataTypeINDEX |
Select monitor data using an index to a table. |
MEISqNodeDriveMonitorDataTypeADDRESS |
Select monitor data using an address. |
MEISqNodeDriveMonitorDataTypeFIXED_CONFIG |
Monitor data is not selectable. The monitor configuration is hard coded by the node/drive. |
|
See Also
meiSqNodeDriveMonitorConfigGet | meiSqNodeDriveMonitorConfigSet
|