mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 10:38:29 +02:00
25 lines
530 B
XML
25 lines
530 B
XML
|
|
<?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>
|