8#ifndef MODEMMANAGERQT_BEARER_H
9#define MODEMMANAGERQT_BEARER_H
11#include <modemmanagerqt_export.h>
14#include <QSharedPointer>
16#include <QDBusPendingReply>
18#include "generictypes.h"
48 MMBearerIpMethod method()
const;
53 void setMethod(MMBearerIpMethod method);
63 void setAddress(
const QString &address);
73 void setPrefix(uint prefix);
83 void setDns1(
const QString &dns1);
93 void setDns2(
const QString &dns2);
103 void setDns3(
const QString &dns3);
113 void setGateway(
const QString &gateway);
161 bool isConnected()
const;
168 bool isSuspended()
const;
187 uint ipTimeout()
const;
193 QVariantMap properties()
const;
218 void setTimeout(
int timeout);
232 void interfaceChanged(
const QString &iface);
233 void connectedChanged(
bool connected);
234 void suspendedChanged(
bool suspended);
237 void ipTimeoutChanged(uint ipTimeout);
238 void propertiesChanged(
const QVariantMap &properties);
242 BearerPrivate *
const d_ptr;
This class represents IP configuration.
This namespace allows to query the underlying system to discover the available modem interfaces respo...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:54 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.