MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / enterCommandMode

Method enterCommandMode

src/core/tnc/TncTerminal.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void TncTerminal::enterCommandMode()
155{
156 if (m_mode == Mode::Command)
157 return;
158 setMode(Mode::Command);
159 emitLine(QStringLiteral("*** Command mode (link still up — BYE to disconnect)"));
160}
161
162void TncTerminal::disconnectLink()
163{

Callers 1

buildTerminalPageMethod · 0.80

Calls 1

setModeFunction · 0.85

Tested by

no test coverage detected