MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / disconnect

Function disconnect

modules/network/wifi/wifi.js:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 static accessPoint(dictionary) @ "xs_wifi_accessPoint";
42 static close() {throw new Error("use WiFi.disconnect()")} // deprecated
43 static disconnect() {WiFi.connect();}
44
45 static Mode = Object.freeze({
46 // off: -5, // reserved. ESP32-only now. Could be extended to others.

Callers 1

bleserver.jsFile · 0.50

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected