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.Adsl:
|
2022-03-18 15:52:48 +01:00
|
|
|
@short_description: ADSL Device.
|
2017-03-10 18:58:34 +01:00
|
|
|
|
|
|
|
|
-->
|
2011-05-17 21:03:18 +03:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.Adsl">
|
|
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
Carrier:
|
|
|
|
|
|
2011-05-17 21:03:18 +03:00
|
|
|
Indicates whether the physical carrier is found.
|
2019-10-10 10:18:25 +02:00
|
|
|
|
|
|
|
|
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
|
|
|
|
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Carrier" type="b" access="read"/>
|
2021-05-12 18:18:57 +02:00
|
|
|
|
2011-05-17 21:03:18 +03:00
|
|
|
</interface>
|
|
|
|
|
</node>
|