MEISqNodeCommand
Definition
|
typedef struct MEISqNodeCommand {
MEISqNodeCmdHeader header;
unsigned long address; /* command resgisters */
unsigned long data; /* command data */
} MEISqNodeCommand;
|
Description
MEISqNodeCommand 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 MEISqNodeCmdHeader. |
address |
A memory location to read or write the data. |
data |
The command data to send. |
|
See Also
MEISqNodeResponse
|