Data Fields | |
long | type |
struct { | |
int sender_id | |
enum hmsg_command command | |
Identifies what queue to use for response. | |
int retval | |
Specifies what action to take. | |
} | mtext |
Must be HMT_CTRL. |
These are some of the message structures used. If other types of arguments are needed, it is probably a good idea to create additional message structures and not bruteforce the exisiting ones.
All the structures can be received by both server and client. Message for generic control operations. Often used for simple control commands to the HWOS and for returning response to client.
Definition at line 32 of file hmsg.c.