summary refs log tree commit diff
path: root/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-10-20 01:30:31 +0200
committerMichael Biebl <biebl@debian.org>2018-10-20 01:30:31 +0200
commit6518e361171f64bcaaa4bf868139362ed95cc2e0 (patch)
treed2d5b53faf80646a40ec2c0c7f2a42b3959612f5 /introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
parente126f3e804c35480c4f075777430419d6ece23da (diff)
New upstream version 1.14.2 upstream/1.14.2
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml b/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
new file mode 100644
index 00000000..c0317be6
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.Lowpan.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+  <!--
+      org.freedesktop.NetworkManager.Device.Lowpan:
+      @short_description: 6LoWPAN Device
+
+  -->
+  <interface name="org.freedesktop.NetworkManager.Device.Lowpan">
+
+    <!--
+        HwAddress:
+
+        The active hardware address of the device.
+    -->
+    <property name="HwAddress" type="s" access="read"/>
+
+    <!--
+        Parent:
+
+        The object path of the parent device.
+    -->
+    <property name="Parent" type="o" access="read"/>
+  </interface>
+</node>