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

Method onReceive

src/RemoteDebug.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 _connectedWS = false;
227 }
228 void onReceive(const char *message) {
229 // Receive a message
230
231 D("rd: onreceive");
232
233 _instance->wsOnReceive(message);
234 }
235};
236
237#endif // WEBSOCKET_DISABLED

Callers 1

webSocketEventFunction · 0.80

Calls 1

wsOnReceiveMethod · 0.80

Tested by

no test coverage detected