Data Fields

hmsg_ctrl Struct Reference

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.

Detailed Description

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines