NetworkManager::WimaxSetting Class
class NetworkManager::WimaxSettingRepresents wimax setting. More...
Header: | #include <NetworkManagerQt/WimaxSetting> |
CMake: | find_package(KF6 REQUIRED COMPONENTS NetworkManagerQt) target_link_libraries(mytarget PRIVATE KF6::NetworkManagerQt) |
Inherits: | NetworkManager::Setting |
Public Functions
WimaxSetting() | |
WimaxSetting(const NetworkManager::WimaxSetting::Ptr &other) | |
QByteArray | macAddress() const |
QString | networkName() const |
void | setMacAddress(const QByteArray &address) |
void | setNetworkName(const QString &name) |
Detailed Description
Member Function Documentation
WimaxSetting::WimaxSetting()
[explicit]
WimaxSetting::WimaxSetting(const NetworkManager::WimaxSetting::Ptr &other)
QByteArray WimaxSetting::macAddress() const
See also setMacAddress().
QString WimaxSetting::networkName() const
See also setNetworkName().
void WimaxSetting::setMacAddress(const QByteArray &address)
See also macAddress().
void WimaxSetting::setNetworkName(const QString &name)
See also networkName().