i6engine
1.0
|
Extracts the contents of incoming messages on the "Network" channel and calls the corresponding methods. More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/network/NetworkMailbox.h>
Protected Member Functions | |
NetworkMailbox () | |
constructor More... | |
~NetworkMailbox () | |
destructor More... | |
void | News (const api::GameMessage::Ptr &msg) const |
See Class-Description. More... | |
void | NetworkNews (const api::GameMessage::Ptr &msg) const |
processes messages received over the network More... | |
void | setManager (NetworkManager *manager) |
setter for the manager More... | |
Friends | |
class | NetworkController |
class | NetworkManager |
Extracts the contents of incoming messages on the "Network" channel and calls the corresponding methods.
Please consult the messaging documentation found in the "Related Pages" on top of this page for in-depth usage details.
Definition at line 43 of file NetworkMailbox.h.
|
protected |
constructor
|
protected |
destructor
|
protected |
processes messages received over the network
|
protected |
See Class-Description.
objMessage | Any message on the channel |
|
inlineprotected |
setter for the manager
Definition at line 72 of file NetworkMailbox.h.
|
friend |
Definition at line 44 of file NetworkMailbox.h.
|
friend |
Definition at line 45 of file NetworkMailbox.h.