NetworkManager::InfinibandDevice Class

class NetworkManager::InfinibandDevice

An infiniband device interface. More...

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

Public Types

Properties

Public Functions

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

Signals

void carrierChanged(bool plugged)
void hwAddressChanged(const QString &address)

Detailed Description

Member Type Documentation

InfinibandDevice::List

InfinibandDevice::Ptr

Property Documentation

[read-only] carrier : const bool

Access functions:

bool carrier() const

Notifier signal:

void carrierChanged(bool plugged)

[read-only] hwAddress : const QString

Access functions:

QString hwAddress() const

Notifier signal:

void hwAddressChanged(const QString &address)

Member Function Documentation

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

bool InfinibandDevice::carrier() const

Indicates whether the physical carrier is found

Note: Getter function for property carrier.

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

Emitted when the carrier of this device has changed

Note: Notifier signal for property carrier.

QString InfinibandDevice::hwAddress() const

Hardware address of the device

Note: Getter function for property hwAddress.

[signal] void InfinibandDevice::hwAddressChanged(const QString &address)

Emitted when the hardware address of this device has changed

Note: Notifier signal for property hwAddress.