MCPcopy Create free account
hub / github.com/SmingHub/Sming / processShutdownCommand

Function processShutdownCommand

samples/HttpServer_WebSockets/app/application.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void processShutdownCommand(String commandLine, ReadWriteStream& commandOutput)
100{
101 shutdownServer();
102}
103#endif
104
105void wsBinaryReceived(WebsocketConnection& socket, uint8_t* data, size_t size)

Callers

nothing calls this directly

Calls 1

shutdownServerFunction · 0.85

Tested by

no test coverage detected