ModemManager::BearerProperties

Search for usage in LXR

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
 
BearerPropertiesoperator= (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.

Definition at line 33 of file modem.h.

Constructor & Destructor Documentation

◆ BearerProperties() [1/2]

ModemManager::BearerProperties::BearerProperties ( )

Constructs an empty BearerProperties object.

Definition at line 44 of file modem.cpp.

◆ ~BearerProperties()

ModemManager::BearerProperties::~BearerProperties ( )

Destroys this BearerProperties object.

Definition at line 55 of file modem.cpp.

◆ BearerProperties() [2/2]

ModemManager::BearerProperties::BearerProperties ( const BearerProperties & other)

Constructs a BearerProperties object that is a copy of the object other.

Definition at line 49 of file modem.cpp.

Member Function Documentation

◆ allowedAuthentication()

MMBearerAllowedAuth ModemManager::BearerProperties::allowedAuthentication ( ) const

Returns used authentication method.

Definition at line 80 of file modem.cpp.

◆ allowRoaming()

bool ModemManager::BearerProperties::allowRoaming ( ) const

Returns whether connection is allowed during roaming.

Definition at line 110 of file modem.cpp.

◆ apn()

QString ModemManager::BearerProperties::apn ( ) const

Returns Access Point Name.

Definition at line 60 of file modem.cpp.

◆ ipType()

MMBearerIpFamily ModemManager::BearerProperties::ipType ( ) const

Returns addressing type.

Definition at line 70 of file modem.cpp.

◆ number()

QString ModemManager::BearerProperties::number ( ) const

Returns telephone number to dial.

Definition at line 130 of file modem.cpp.

◆ operator=()

ModemManager::BearerProperties & ModemManager::BearerProperties::operator= ( const BearerProperties & other)

Makes a copy of the IpConfig object other.

Definition at line 140 of file modem.cpp.

◆ password()

QString ModemManager::BearerProperties::password ( ) const

Returns password.

Definition at line 100 of file modem.cpp.

◆ rmProtocol()

MMModemCdmaRmProtocol ModemManager::BearerProperties::rmProtocol ( ) const

Returns protocol of the Rm interface.

Definition at line 120 of file modem.cpp.

◆ setAllowedAuthentication()

void ModemManager::BearerProperties::setAllowedAuthentication ( MMBearerAllowedAuth allowedAuth)

Sets the authentication method to use.

Definition at line 85 of file modem.cpp.

◆ setAllowRoaming()

void ModemManager::BearerProperties::setAllowRoaming ( bool allow)

Sets whether connection is allowed during roaming.

Definition at line 115 of file modem.cpp.

◆ setApn()

void ModemManager::BearerProperties::setApn ( const QString & apn)

Sets Access Point Name.

Definition at line 65 of file modem.cpp.

◆ setIpType()

void ModemManager::BearerProperties::setIpType ( MMBearerIpFamily ipType)

Sets addressing type.

Definition at line 75 of file modem.cpp.

◆ setNumber()

void ModemManager::BearerProperties::setNumber ( const QString & number)

Sets telephone number to dial.

Definition at line 135 of file modem.cpp.

◆ setPassword()

void ModemManager::BearerProperties::setPassword ( const QString & password)

Sets password.

Definition at line 105 of file modem.cpp.

◆ setRmProtocol()

void ModemManager::BearerProperties::setRmProtocol ( MMModemCdmaRmProtocol rmProtocol)

Sets protocol of the Rm interface.

Definition at line 125 of file modem.cpp.

◆ setUser()

void ModemManager::BearerProperties::setUser ( const QString & user)

Sets user name.

Definition at line 95 of file modem.cpp.

◆ user()

QString ModemManager::BearerProperties::user ( ) const

Returns user name.

Definition at line 90 of file modem.cpp.


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 Tue Mar 26 2024 11:17:51 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.