* @brief Writes data to the device on behalf of a protocol handler. */
| 692 | * @brief Writes data to the device on behalf of a protocol handler. |
| 693 | */ |
| 694 | void 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. |