QSystemNetworkInfo Class ReferenceThe QSystemNetworkInfo class provides access to network information. More... #include <QSystemNetworkInfo> Inherits QObject. Public Types
Properties
Public Functions
Signals
Additional Inherited Members
Detailed DescriptionThe QSystemNetworkInfo class provides access to network information. Constructs a QSystemNetworkInfo object with the given parent. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QSystemNetworkInfo::UnknownMode | 0 | Unknown network, or network error. |
QSystemNetworkInfo::GsmMode | 1 | Global System for Mobile (GSM) network. |
QSystemNetworkInfo::CdmaMode | 2 | Code division multiple access (CDMA) network. |
QSystemNetworkInfo::WcdmaMode | 3 | Wideband Code Division Multiple Access (W-CDMA) network. |
QSystemNetworkInfo::WlanMode | 4 | Wireless Local Area Network (WLAN) network. |
QSystemNetworkInfo::EthernetMode | 5 | Wired Local Area network. |
QSystemNetworkInfo::BluetoothMode | 6 | Bluetooth network. |
QSystemNetworkInfo::WimaxMode | 7 | Wimax network. |
This enum describes the status of the network connection:
Constant | Value | Description |
---|---|---|
QSystemNetworkInfo::UndefinedStatus | 0 | There is no network device, or error. |
QSystemNetworkInfo::NoNetworkAvailable | 1 | There is no network available. |
QSystemNetworkInfo::EmergencyOnly | 2 | Emergency calls only. |
QSystemNetworkInfo::Searching | 3 | Searching for or connecting with the network. |
QSystemNetworkInfo::Busy | 4 | Network is busy. |
QSystemNetworkInfo::Connected | 5 | Connected to network. |
QSystemNetworkInfo::HomeNetwork | 6 | On Home Network. |
QSystemNetworkInfo::Denied | 7 | Network access denied. |
QSystemNetworkInfo::Roaming | 8 | On Roaming network. |
This property holds the devices Cell ID Returns the Cell ID of the connected tower or based station, or 0 if not connected.
Access functions:
int | cellId () |
This property holds the current MCC.
Returns the current Mobile Country Code. In the case of a Desktop computer, an empty string is returned.
Access functions:
QString | currentMobileCountryCode () |
Notifier signal:
void | currentMobileCountryCodeChanged ( const QString & mcc ) |
This property holds the current MNC.
Returns the current Mobile Network Code. In the case of a Desktop computer, an empty string is returned.
Access functions:
QString | currentMobileNetworkCode () |
Notifier signal:
void | currentMobileNetworkCodeChanged ( const QString & mnc ) |
Returns the current active mode. If more than one mode is active, returns the default or preferred mode. If no modes are active, returns UnknownMode.
This property holds the home MNC.
Returns the home Mobile Country Code. In the case of a Desktop computer, an empty string is returned.
Access functions:
QString | homeMobileCountryCode () |
This property holds the home MCC.
Returns the home Mobile Network Code. In the case of a Desktop computer, an empty string is returned. Note: Some platforms don't support retrieving this info. In this case the Network Code is returned only when the device is registered on home network.
Access functions:
QString | homeMobileNetworkCode () |
This property holds the LAC.
Returns the Location Area Code. In the case of a Desktop computer, 0 is returned.
Access functions:
int | locationAreaCode () |
Constructs a QSystemNetworkInfo with the given parent.
Destroys the QSystemNetworkInfo object.
This signal is emitted whenever the Mobile Country Code changes, specified by mcc.
This signal is emitted whenever the network Mobile Network Code changes, specified by mnc.
Returns the first found QNetworkInterface for type mode, or an invalid QNetworkInterface, if none is found.
This signal is emitted whenever the network mode changes, specified by mode.
This signal is emitted whenever the network mode name changes, specified by netName.
This signal is emitted whenever the network mode signal strength changes, specified by strength.
This signal is emitted whenever the network status of mode changes, specified by status.