![]() |
Dezibot 4
|
#include <Communication.h>
Public Member Functions | |
| void | setGroupNumber (uint32_t number) |
| void | sendMessage (String msg) |
| void | onReceive (void(*callbackFunc)(String &msg)) |
Static Public Member Functions | |
| static void | begin (void) |
| initialize the Mesh Compnent, must be called before the other methods are used. More... | |
Definition at line 13 of file Communication.h.
|
static |
initialize the Mesh Compnent, must be called before the other methods are used.
Definition at line 69 of file Communication.cpp.
Here is the call graph for this function:| void Communication::onReceive | ( | void(*)(String &msg) | callbackFunc | ) |
Definition at line 64 of file Communication.cpp.
| void Communication::sendMessage | ( | String | msg | ) |
Definition at line 10 of file Communication.cpp.
| void Communication::setGroupNumber | ( | uint32_t | number | ) |
Definition at line 59 of file Communication.cpp.