![]() |
Public API Reference |
Implement this interface if you are interested in receiving messages. More...
#include <physicallayer/messaging.h>
Public Member Functions | |
| virtual bool | ReceiveMessage (csStringID msg_id, iMessageSender *sender, celData &ret, iCelParameterBlock *params)=0 |
| Receive a message for a specific message id. | |
Implement this interface if you are interested in receiving messages.
Definition at line 109 of file messaging.h.
| virtual bool iMessageReceiver::ReceiveMessage | ( | csStringID | msg_id, |
| iMessageSender * | sender, | ||
| celData & | ret, | ||
| iCelParameterBlock * | params | ||
| ) | [pure virtual] |
Receive a message for a specific message id.
| msg_id | this is the message ID representing the message. |
| sender | is an optional sender. If the sender doesn't want to be identified this field can be 0. |
| ret | gives the possibility to return information to the sender of this message. |
| params | contains the parameters for this message. |