Enroute Flight Navigation
A navigation app for VFR pilots
|
Connection Scanner: Bluetooth Devices. More...
#include <ConnectionScanner_Bluetooth.h>
Public Member Functions | |
ConnectionScanner_Bluetooth (QObject *parent=nullptr) | |
Constructor. | |
![]() | |
ConnectionScanner_Abstract (QObject *parent=nullptr) | |
Constructor. | |
QList< Traffic::ConnectionInfo > | connectionInfos () const |
Getter method for property with the same name. | |
QString | error () const |
Getter method for property with the same name. | |
bool | scanning () const |
Getter method for property with the same name. | |
Static Public Member Functions | |
static QString | bluetoothStatus () |
Bluetooth system status. | |
Additional Inherited Members | |
![]() | |
virtual void | start ()=0 |
Start scan process. | |
virtual void | stop ()=0 |
Stop scan process. | |
![]() | |
void | connectionInfosChanged () |
Notifier signal. | |
void | connectionDiscovered (const Traffic::ConnectionInfo &info) |
This signal to indicate whenever a device has been discovered. | |
void | errorChanged () |
Notifier signal. | |
void | scanFinished () |
Scan finished. | |
void | scanningChanged () |
Notifier signal. | |
![]() | |
QList< Traffic::ConnectionInfo > | connectionInfos |
List of device connections found in the scanning process. | |
QString | error |
Errors encountered during the scanning process. | |
bool | scanning |
Indicator if scan is in progress. | |
Connection Scanner: Bluetooth Devices.
This class is a wrapper for QBluetoothDeviceDiscoveryAgent, providing data in a format that can by used by C++ and QML.
Definition at line 37 of file ConnectionScanner_Bluetooth.h.
|
explicit |
Constructor.
This constructor does not start the scanning process.
parent | The standard QObject parent pointer |
|
staticnodiscard |
Bluetooth system status.