ModemManagerQt
bearer.h
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
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:59:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:59:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.