NetworkManager::VethDevice Class
class NetworkManager::VethDeviceA 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
- peer : QString
Public Functions
| VethDevice(const QString &path, QObject *parent = nullptr) | |
| QString | peer() const |
Signals
| void | peerChanged(const QString &peer) |
Detailed Description
Member Type Documentation
VethDevice::List
VethDevice::Ptr
Property Documentation
[read-only] peer : QString
Access functions:
| QString | peer() const |
Notifier signal:
| void | peerChanged(const QString &peer) |
Member Function Documentation
[explicit] VethDevice::VethDevice(const QString &path, QObject *parent = nullptr)
QString VethDevice::peer() const
Note: Getter function for property peer.
[signal] void VethDevice::peerChanged(const QString &peer)
Note: Notifier signal for property peer.