MPISqNodeCmdType

Definition

typedef enum MPISqNodeCmdType {
  MPISqNodeCmdTypeINVALID = -1,

  MPISqNodeCmdTypeREAD,
  MPISqNodeCmdTypeWRITE,

  MPISqNodeCmdTypeLAST,
  MPISqNodeCmdTypeFIRST = MPISqNodeCmdTypeINVALID + 1
} MPISqNodeCmdType;

Description

MPISqNodeCmdType is an enumeration of service command types to send to a node or drive.

MPISqNodeCmdTypeREAD read data
MPISqNodeCmdTypeWRITE write data

See Also

MPISqNodeCmdHeader