NetworkManager::AdslDevice Class

class NetworkManager::AdslDevice

An adsl device interface. More...

Header: #include <NetworkManagerQt/AdslDevice>
CMake: find_package(KF6 REQUIRED COMPONENTS NetworkManagerQt)
target_link_libraries(mytarget PRIVATE KF6::NetworkManagerQt)
Inherits: NetworkManager::Device

Public Types

Properties

Public Functions

AdslDevice(const QString &path, QObject *parent = nullptr)
bool carrier() const

Signals

void carrierChanged(bool plugged)

Detailed Description

Member Type Documentation

AdslDevice::List

AdslDevice::Ptr

Property Documentation

[read-only] carrier : const bool

Access functions:

bool carrier() const

Notifier signal:

void carrierChanged(bool plugged)

Member Function Documentation

[explicit] AdslDevice::AdslDevice(const QString &path, QObject *parent = nullptr)

bool AdslDevice::carrier() const

Indicates whether the physical carrier is found

Note: Getter function for property carrier.

[signal] void AdslDevice::carrierChanged(bool plugged)

Emitted when the carrier of this device has changed

Note: Notifier signal for property carrier.