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.Device.OlpcMesh:
|
|
|
|
|
@short_description: OLPC Wireless Mesh Device
|
|
|
|
|
|
|
|
|
|
-->
|
2009-08-05 16:34:02 -04:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.OlpcMesh">
|
2016-04-05 01:09:48 +02:00
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
HwAddress:
|
|
|
|
|
|
2009-08-05 16:34:02 -04:00
|
|
|
The hardware address of the device.
|
2020-03-05 18:56:07 +01:00
|
|
|
|
|
|
|
|
DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Companion:
|
2010-01-14 14:30:02 -08:00
|
|
|
|
2009-08-05 16:34:02 -04:00
|
|
|
The object path of the companion device.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Companion" type="o" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
ActiveChannel:
|
2010-01-14 14:30:02 -08:00
|
|
|
|
2009-08-05 16:34:02 -04:00
|
|
|
The currently active channel.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="ActiveChannel" type="u" access="read"/>
|
|
|
|
|
|
2009-08-05 16:34:02 -04:00
|
|
|
</interface>
|
|
|
|
|
</node>
|