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

Method displaySentData

app/src/Console/Handler.cpp:832–836  ·  view source on GitHub ↗

* @brief Echoes sent data to the console (legacy overload for device 0). */

Source from the content-addressed store, hash-verified

830 * @brief Echoes sent data to the console (legacy overload for device 0).
831 */
832void Console::Handler::displaySentData(QByteArrayView data)
833{
834 if (echo())
835 displaySentData(m_currentDeviceId >= 0 ? m_currentDeviceId : -1, data);
836}
837
838/**
839 * @brief Echoes sent data to a specific device's console buffer.

Callers 1

writeDataToDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected