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

Method sendSetBit

src/models/UsbCableModel.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void UsbCableModel::sendSetBit(const QString& sn, int bit, const QString& key, const QString& value)
165{
166 emit commandReady(QString("usb_cable setbit %1 %2 %3=%4").arg(sn).arg(bit).arg(key, value));
167}
168
169void UsbCableModel::sendRemove(const QString& sn)
170{

Callers 1

buildUsbCablesTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected