NetworkManager::BluetoothSetting Class
class NetworkManager::BluetoothSettingRepresents bluetooth setting. More...
Header: | #include <NetworkManagerQt/BluetoothSetting> |
CMake: | find_package(KF6 REQUIRED COMPONENTS NetworkManagerQt) target_link_libraries(mytarget PRIVATE KF6::NetworkManagerQt) |
Inherits: | NetworkManager::Setting |
Public Types
List | |
enum | ProfileType { Unknown, Dun, Panu } |
Ptr |
Public Functions
BluetoothSetting() | |
BluetoothSetting(const NetworkManager::BluetoothSetting::Ptr &other) | |
QByteArray | bluetoothAddress() const |
NetworkManager::BluetoothSetting::ProfileType | profileType() const |
void | setBluetoothAddress(const QByteArray &address) |
void | setProfileType(NetworkManager::BluetoothSetting::ProfileType type) |
Detailed Description
Member Type Documentation
BluetoothSetting::List
enum BluetoothSetting::ProfileType
Constant | Value |
---|---|
NetworkManager::BluetoothSetting::Unknown | 0 |
NetworkManager::BluetoothSetting::Dun | 1 |
NetworkManager::BluetoothSetting::Panu | 2 |
BluetoothSetting::Ptr
Member Function Documentation
BluetoothSetting::BluetoothSetting()
[explicit]
BluetoothSetting::BluetoothSetting(const NetworkManager::BluetoothSetting::Ptr &other)
QByteArray BluetoothSetting::bluetoothAddress() const
See also setBluetoothAddress().
NetworkManager::BluetoothSetting::ProfileType BluetoothSetting::profileType() const
See also setProfileType().
void BluetoothSetting::setBluetoothAddress(const QByteArray &address)
See also bluetoothAddress().
void BluetoothSetting::setProfileType(NetworkManager::BluetoothSetting::ProfileType type)
See also profileType().