| Home · All Classes · Annotated · Functions |
The QNetworkState class provides information about the connectivity state of the Qtopia device. More...
#include <QNetworkState>
Inherits QObject.
The QNetworkState class provides information about the connectivity state of the Qtopia device.
Constructs a QNetworkState object with the specified parent.
Destructs the QNetworkState object.
Returns the host address associated to iface. If the network device represented by iface is not online or doesn't have an IP address this function returns a default constructed QHostAddress object.
This signal is send when the device state changes from offline to online.
This signal is emitted whenever a new default gateway has been set for internet connections. iface is the new interface which is used as gateway and localAddress contains the IP address associated to iface.
Returns the default WAP account. If no default account has been set this function returns an empty string.
This signal is send when the device state changes from online to offline.
Returns the network interface that is currently used as default gateway for network packages. If the network is offline the function returns an empty string.
This function returns the list of all existing interfaces independent of their connectivity state.
This function returns the list of all interfaces which are online at the time of the function call.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |