NetworkManager::VethDevice Class
class NetworkManager::VethDevice
A veth device interface. More...
Header: | #include <NetworkManagerQt/VethDevice> |
CMake: | find_package(KF6 REQUIRED COMPONENTS NetworkManagerQt)
target_link_libraries(mytarget PRIVATE KF6::NetworkManagerQt) |
Inherits: | NetworkManager::Device |
Public Types
Properties
Public Functions
| VethDevice(const QString &path, QObject *parent = nullptr) |
QString | peer() const |
Signals
Detailed Description
Member Type Documentation
VethDevice::List
VethDevice::Ptr
Property Documentation
Access functions:
Notifier signal:
Member Function Documentation
VethDevice::VethDevice(const QString &path, QObject *parent = nullptr)
QString VethDevice::peer() const
Note: Getter function for property peer.
void VethDevice::peerChanged(const QString &peer)
Note: Notifier signal for property peer.