NetworkInfoThe NetworkInfo element provides various information about the network status. More... Inherits QtObject Properties
Signals
Methods
Detailed DescriptionProperty DocumentationThis property holds the current network mode. Possible values are:
This property is obsoleted, and will be removed soon. You don't need to use it at all. This property is obsoleted, and will be removed soon. You don't need to use it at all. This property is obsoleted, and will be removed soon. You don't need to use it at all. This property is obsoleted, and will be removed soon. You don't need to use it at all. This property holds whether or not monitor the change of current network mode. This property is obsoleted, and will be removed soon. You don't need to use it at all. This property is obsoleted, and will be removed soon. You don't need to use it at all. This property holds whether or not monitor the change of network names. This property holds whether or not monitor the change of network signal strength. This property holds whether or not monitor the network status. Signal DocumentationThis handler is called whenever the cell ID of interfaceIndex has been changed to id. Note that it won't be called unless monitorCellId is set true. See also cellId and monitorCellId. This handler is called whenever the cell data technology of interfaceIndex has been changed to tech. Note that the signal won't emit until monitorCurrentCellDataTechnology is set true. See also currentCellDataTechnology and monitorCurrentCellDataTechnology. This handler is called whenever the current mobile country code of interfaceIndex has been changed to mcc. Note that it won't be called unless monitorCurrentMobileCountryCode is set true. See also currentMobileCountryCode and monitorCurrentMobileCountryCode. This handler is called whenever the current mobile network code of interfaceIndex has been changed to mnc. Note that it won't be called unless monitorCurrentMobileNetworkCode is set true. See also currentMobileNetworkCode and monitorCurrentMobileNetworkCode. This handler is called whenever the location area code of interfaceIndex has been changed to lac. Note that it won't be called unless monitorLocationAreaCode is set true. See also locationAreaCode and monitorLocationAreaCode. This handler is called whenever the number of interfaces of mode has changed to count. Note that it won't called until monitorNetworkInterfaceCount is set true. See also networkInterfaceCount and monitorNetworkInterfaceCount. This handler is called whenever the network name of mode and interfaceIndex has been changed to name. Note that it won't called until monitorNetworkName is set true. See also networkName and monitorNetworkName. This handler is called whenever the signal strength for the interfaceIndex of mode has changed to strength. Note that it won't be called until monitorNetworkSignalStrength is set true. See also networkSignalStrength and monitorNetworkSignalStrength. This handler is called whenever the status of mode and interfaceIndex has been changed to status. Note that it won't be called until monitorNetworkStatus is set true. See also networkStatus and monitorNetworkStatus. Method DocumentationReturns the current cell data technology of the given interface. Possible values are:
Returns the status of the given mode and interface. Possible values are:
Returns the interface count of the given mode. Returns the signal strength of the given mode and interface. If the information is not available, or error occurs, -1 is returned. Returns the cell ID of the given interface. If this information is not available or error occurs, an empty string is returned. See also onCellIdChanged. Returns the current mobile country code of the given interface. If this information is not available or error occurs, an empty string is returned. Returns the current mobile network code of the given interface. If this information is not available or error occurs, an empty string is returned. Returns the home Mobile Country Code (MCC) for interface. An empty string is returned if the information is not available or on error. Returns the home Mobile Network Code (MNC) for interface. An empty string is returned if the information is not available or on error. Returns the International Mobile Subscriber Identity (IMSI) for interface. If this information is not available, or error occurs, an empty string is returned. Returns the location area code of the given interface. If this information is not available or error occurs, an empty string is returned. Returns the MAC address for interface of mode. If the MAC address is not available or error occurs, an empty string is returned. Returns the name of the given mode and interface. If the information is not available, or an error occurs, an empty string is returned. In case of WLAN, the SSID is returned; for Ethernet, the domain name is returned if available. |