ModemManagerQt
bearer.cpp
266void ModemManager::BearerPrivate::onPropertiesChanged(const QString &interface, const QVariantMap &properties, const QStringList &invalidatedProps)
273 QVariantMap::const_iterator it = properties.constFind(QLatin1String(MM_BEARER_PROPERTY_INTERFACE));
void setTimeout(int timeout)
Sets the timeout in milliseconds for all async method DBus calls.
Definition bearer.cpp:237
bool isSuspended() const
In some devices, packet data service will be suspended while the device is handling other communicati...
Definition bearer.cpp:195
QDBusPendingReply< void > connectBearer()
Requests activation of a packet data connection with the network using this bearer's properties.
Definition bearer.cpp:225
IpConfig ip4Config() const
If the bearer was configured for IPv4 addressing, upon activation this property contains the addressi...
Definition bearer.cpp:201
QDBusPendingReply< void > disconnectBearer()
Disconnect and deactivate this packet data connection.
Definition bearer.cpp:231
IpConfig ip6Config() const
If the bearer was configured for IPv6 addressing, upon activation this property contains the addressi...
Definition bearer.cpp:207
int timeout() const
Returns the current value of the DBus timeout in milliseconds.
Definition bearer.cpp:243
void setGateway(const QString &gateway)
Sets the IP address of the default gateway.
Definition bearer.cpp:120
void setDns3(const QString &dns3)
Sets the IP address of the third DNS server.
Definition bearer.cpp:110
IpConfig & operator=(const IpConfig &other)
Makes a copy of the IpConfig object other.
Definition bearer.cpp:125
void setDns2(const QString &dns2)
Sets the IP address of the second DNS server.
Definition bearer.cpp:100
void setDns1(const QString &dns1)
Sets the IP address of the first DNS server.
Definition bearer.cpp:90
uint prefix() const
Returns the numeric CIDR network prefix (ie, 24, 32, etc)
Definition bearer.cpp:75
QString path(const QString &relativePath)
KGuiItem properties()
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
bool connect(const QString &service, const QString &path, const QString &interface, const QString &name, QObject *receiver, const char *slot)
QDBusConnection sessionBus()
QDBusConnection systemBus()
Q_D(Todo)
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.