Fawkes API
Fawkes Development Version
|
This is the struct of the messages that has to be fed to send and receive methods. More...
#include <msg.h>
Public Attributes | |
long int | mtype |
type of the message More... | |
char | mtext [1] |
content of the message, can be of arbitrary size up to MaxMessageSize More... | |
This is the struct of the messages that has to be fed to send and receive methods.
char fawkes::IPCMessageQueue::MessageStruct::mtext[1] |
long int fawkes::IPCMessageQueue::MessageStruct::mtype |