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

Method pollReply

app/src/DataModel/Scripting/ControlScriptWorker.cpp:111–114  ·  view source on GitHub ↗

* @brief GUI-thread entry that returns the bytes captured for @p sourceId so far. */

Source from the content-addressed store, hash-verified

109 * @brief GUI-thread entry that returns the bytes captured for @p sourceId so far.
110 */
111QByteArray DataModel::ControlApiMarshaller::pollReply(int sourceId)
112{
113 return IO::ConnectionManager::instance().pollReplyBuffer(sourceId);
114}
115
116/**
117 * @brief GUI-thread entry that releases the capture buffer for @p sourceId.

Callers

nothing calls this directly

Calls 1

pollReplyBufferMethod · 0.80

Tested by

no test coverage detected