MPISqNodeResponse
Definition
typedef struct MPISqNodeResponse { unsigned long data; /* response data */ } MPISqNodeResponse;
Description
MPISqNodeResponse contains the service command response data.
data | The response information from a service command. The data field is only valid for MPISqNodeCmdTypeREAD command types. |
---|