mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
[AFV] Add method to read all aliased HF stations
ref T729
This commit is contained in:
committed by
Mat Sutcliffe
parent
4a578110b0
commit
8b1fb1baca
@@ -70,6 +70,8 @@ namespace BlackCore
|
||||
|
||||
if (m_connection->isConnected()) { emit connectionStatusChanged(Connected); }
|
||||
else { emit connectionStatusChanged(Disconnected); }
|
||||
|
||||
m_connection->getAllAliasedStations();
|
||||
}
|
||||
|
||||
void AFVClient::disconnectFrom()
|
||||
|
||||
Reference in New Issue
Block a user