2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2017-03-10 18:58:34 +01:00
<!--
org.freedesktop.NetworkManager.WiMax.Nsp:
@short_description: WiMax Network Service Provider
-->
2009-12-14 13:51:50 +02:00
<interface name= "org.freedesktop.NetworkManager.WiMax.Nsp" >
2016-04-05 01:09:48 +02:00
<!--
Name:
The name of the NSP.
-->
<property name= "Name" type= "s" access= "read" />
<!--
SignalQuality:
The current signal quality of the NSP, in percent.
-->
<property name= "SignalQuality" type= "u" access= "read" />
2009-12-14 13:51:50 +02:00
2016-04-05 01:09:48 +02:00
<!--
NetworkType:
The network type of the NSP.
2016-04-05 01:02:00 +02:00
Returns: <link linkend= "NMWimaxNspNetworkType" > NMWimaxNspNetworkType</link>
2016-04-05 01:09:48 +02:00
-->
<property name= "NetworkType" type= "u" access= "read" />
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values.
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2009-12-14 13:51:50 +02:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2009-12-14 13:51:50 +02:00
</signal>
</interface>
</node>