#include <FullyConnectedMesh.h>
Public Member Functions | |
void | Startup (const char *password, int _passwordLength) |
Set the password to use to connect to the other systems. | |
virtual PluginReceiveResult | OnReceive (Packet *packet) |
virtual PluginReceiveResult FullyConnectedMesh::OnReceive | ( | Packet * | packet | ) | [virtual] |
OnReceive is called for every packet.
[in] | packet | the packet that is being returned to the user |
Reimplemented from PluginInterface2.