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

Method disconnectClient

src/models/RadioModel.cpp:1198–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196}
1197
1198bool RadioModel::disconnectClient(quint32 handle)
1199{
1200 if (handle == 0 || handle == clientHandle())
1201 return false;
1202
1203 disconnectClientHandlesThen({handle});
1204 return true;
1205}
1206
1207void RadioModel::setKnownGuiClients(const QStringList& handles,
1208 const QStringList& programs,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected