MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / sendSet

Method sendSet

src/models/UsbCableModel.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157// ── Command builders ────────────────────────────────────────────────────────
158
159void UsbCableModel::sendSet(const QString& sn, const QString& key, const QString& value)
160{
161 emit commandReady(QString("usb_cable set %1 %2=%3").arg(sn, key, value));
162}
163
164void UsbCableModel::sendSetBit(const QString& sn, int bit, const QString& key, const QString& value)
165{

Callers 1

buildUsbCablesTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected