MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isActive

Method isActive

app/src/IO/FileTransmission/ZMODEM.cpp:68–71  ·  view source on GitHub ↗

* @brief Returns whether a transfer is currently in progress. */

Source from the content-addressed store, hash-verified

66 * @brief Returns whether a transfer is currently in progress.
67 */
68bool IO::Protocols::ZMODEM::isActive() const
69{
70 return m_state != State::Idle && m_state != State::Done;
71}
72
73/**
74 * @brief Starts a ZMODEM file transfer.

Callers 15

activeMethod · 0.45
stopTransmissionMethod · 0.45
startDiscoveryMethod · 0.45
selectByIdentifierMethod · 0.45
connectWithRetryMethod · 0.45
setPollIntervalMethod · 0.45
onStateChangedMethod · 0.45
onPartialTextMethod · 0.45
onPartialThinkingMethod · 0.45
onActiveChangedMethod · 0.45
setupTitleBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected