MPISqNodeCommand

Definition

typedef struct MPISqNodeCommand {
    MPISqNodeCmdHeader  header;
    unsigned long       address;  /* command resgisters */
    unsigned long       data;     /* command data */
} MPISqNodeCommand;

Description

MPISqNodeCommand specifies the service command. It includes a header structure (channel, memory, size, and type), a destination address, and the data.

header A structure that specifies the channel, memory region, and data size. See MPISqNodeCmdHeader.
address A memory location to read or write the data.
data The command data to send.

See Also

MPISqNodeResponse