MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / setCallBackProjectCmds

Method setCallBackProjectCmds

src/RemoteDebug.cpp:844–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842// Set callback of sketch function to process project messages
843
844void RemoteDebug::setCallBackProjectCmds(void (*callback)()) {
845 _callbackProjectCmds = callback;
846}
847
848void RemoteDebug::setCallBackNewClient(void (*callback)()) {
849 _callbackNewClient = callback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected