Dezibot 4
Communication Class Reference

#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...
 

Detailed Description

Definition at line 13 of file Communication.h.

Member Function Documentation

◆ begin()

void Communication::begin ( void  )
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:

◆ onReceive()

void Communication::onReceive ( void(*)(String &msg)  callbackFunc)

Definition at line 64 of file Communication.cpp.

◆ sendMessage()

void Communication::sendMessage ( String  msg)

Definition at line 10 of file Communication.cpp.

◆ setGroupNumber()

void Communication::setGroupNumber ( uint32_t  number)

Definition at line 59 of file Communication.cpp.


The documentation for this class was generated from the following files: