MCPcopy Create free account
hub / github.com/JAndrassy/TelnetStream / stop

Method stop

src/TelnetStream.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void TelnetStreamClass::stop() {
19 client.stop();
20}
21
22boolean TelnetStreamClass::disconnected() {
23#if __has_include(<WiFiNINA.h>) || (defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_ARCH_MBED))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected