NetworkManager::BluetoothSetting Class

class NetworkManager::BluetoothSetting

Represents 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

ConstantValue
NetworkManager::BluetoothSetting::Unknown0
NetworkManager::BluetoothSetting::Dun1
NetworkManager::BluetoothSetting::Panu2

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().