ModemManager::BearerProperties
ModemManager::BearerProperties Class Reference
#include <modem.h>
Public Member Functions | |
BearerProperties () | |
BearerProperties (const BearerProperties &other) | |
~BearerProperties () | |
MMBearerAllowedAuth | allowedAuthentication () const |
bool | allowRoaming () const |
QString | apn () const |
MMBearerIpFamily | ipType () const |
QString | number () const |
BearerProperties & | operator= (const BearerProperties &other) |
QString | password () const |
MMModemCdmaRmProtocol | rmProtocol () const |
void | setAllowedAuthentication (MMBearerAllowedAuth allowedAuth) |
void | setAllowRoaming (bool allow) |
void | setApn (const QString &apn) |
void | setIpType (MMBearerIpFamily ipType) |
void | setNumber (const QString &number) |
void | setPassword (const QString &password) |
void | setRmProtocol (MMModemCdmaRmProtocol rmProtocol) |
void | setUser (const QString &user) |
QString | user () const |
Detailed Description
This class represents bearer properties used for creating of new bearers.
Constructor & Destructor Documentation
◆ BearerProperties() [1/2]
ModemManager::BearerProperties::BearerProperties | ( | ) |
Constructs an empty BearerProperties object.
◆ ~BearerProperties()
ModemManager::BearerProperties::~BearerProperties | ( | ) |
Destroys this BearerProperties object.
◆ BearerProperties() [2/2]
ModemManager::BearerProperties::BearerProperties | ( | const BearerProperties & | other | ) |
Constructs a BearerProperties object that is a copy of the object other
.
Member Function Documentation
◆ allowedAuthentication()
MMBearerAllowedAuth ModemManager::BearerProperties::allowedAuthentication | ( | ) | const |
◆ allowRoaming()
bool ModemManager::BearerProperties::allowRoaming | ( | ) | const |
◆ apn()
QString ModemManager::BearerProperties::apn | ( | ) | const |
◆ ipType()
MMBearerIpFamily ModemManager::BearerProperties::ipType | ( | ) | const |
◆ number()
QString ModemManager::BearerProperties::number | ( | ) | const |
◆ operator=()
ModemManager::BearerProperties & ModemManager::BearerProperties::operator= | ( | const BearerProperties & | other | ) |
◆ password()
QString ModemManager::BearerProperties::password | ( | ) | const |
◆ rmProtocol()
MMModemCdmaRmProtocol ModemManager::BearerProperties::rmProtocol | ( | ) | const |
◆ setAllowedAuthentication()
void ModemManager::BearerProperties::setAllowedAuthentication | ( | MMBearerAllowedAuth | allowedAuth | ) |
◆ setAllowRoaming()
void ModemManager::BearerProperties::setAllowRoaming | ( | bool | allow | ) |
◆ setApn()
void ModemManager::BearerProperties::setApn | ( | const QString & | apn | ) |
◆ setIpType()
void ModemManager::BearerProperties::setIpType | ( | MMBearerIpFamily | ipType | ) |
◆ setNumber()
void ModemManager::BearerProperties::setNumber | ( | const QString & | number | ) |
◆ setPassword()
void ModemManager::BearerProperties::setPassword | ( | const QString & | password | ) |
◆ setRmProtocol()
void ModemManager::BearerProperties::setRmProtocol | ( | MMModemCdmaRmProtocol | rmProtocol | ) |
◆ setUser()
void ModemManager::BearerProperties::setUser | ( | const QString & | user | ) |
◆ user()
QString ModemManager::BearerProperties::user | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.