#include <FullyConnectedMesh.h>
Inheritance diagram for FullyConnectedMesh:
Public Member Functions | |
void | Initialize (const char *password) |
virtual void | OnDisconnect (RakPeerInterface *peer) |
virtual void | Update (RakPeerInterface *peer) |
virtual PluginReceiveResult | OnReceive (RakPeerInterface *peer, Packet *packet) |
Protected Attributes | |
char * | pw |
|
Called when RakPeer is shutdown
Reimplemented from PluginInterface. |
|
OnReceive is called for every packet.
Reimplemented from PluginInterface. |
|
Update is called every time a packet is checked for .
Reimplemented from PluginInterface. |