2 Copyright 2008 Will Stephenson <wstephenson@kde.org>
4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) version 3, or any
8 later version accepted by the membership of KDE e.V. (or its
9 successor approved by the membership of KDE e.V.), which shall
10 act as a proxy defined in Section 6 of version 3 of the license. This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with this library. If not, see <http://www.gnu.org/licenses/>.
19 #ifndef SOLID_IFACES_SERIALNETWORKINTERFACE_H
20 #define SOLID_IFACES_SERIALNETWORKINTERFACE_H
22 #include "../solid_control_export.h"
24 #include <QtCore/QStringList>
26 #include "../networkserialinterface.h"
27 #include "networkinterface.h"
37 * Represents a wireless network interface
39 class SOLIDCONTROLIFACES_EXPORT SerialNetworkInterface
: virtual public NetworkInterface
43 * Destroys a SerialNetworkInterface object
45 virtual ~SerialNetworkInterface();
49 void pppStats(uint in
, uint out
);
55 Q_DECLARE_INTERFACE(Solid::Control::Ifaces::SerialNetworkInterface
, "org.kde.Solid.Control.Ifaces.SerialNetworkInterface/0.1")
57 #endif //SOLID_IFACES_SERIALNETWORKINTERFACE_H