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

Method onProtocolWriteRequested

app/src/IO/FileTransmission.cpp:694–697  ·  view source on GitHub ↗

* @brief Writes data to the device on behalf of a protocol handler. */

Source from the content-addressed store, hash-verified

692 * @brief Writes data to the device on behalf of a protocol handler.
693 */
694void IO::FileTransmission::onProtocolWriteRequested(const QByteArray& data)
695{
696 (void)IO::ConnectionManager::instance().writeData(data);
697}
698
699/**
700 * @brief Routes incoming device data to the active protocol handler.

Callers

nothing calls this directly

Calls 1

writeDataMethod · 0.45

Tested by

no test coverage detected