summaryrefslogtreecommitdiff
path: root/introspection/nm-device-modem.xml
blob: 1d4bd65ee93bf9e2a53be4becb3f69caad247b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
  <interface name="org.freedesktop.NetworkManager.Device.Modem">

    <!--
        PropertiesChanged:
        @properties: A dictionary mapping property names to variant boxed values
    -->
    <signal name="PropertiesChanged">
        <arg name="properties" type="a{sv}"/>
    </signal>

    <!--
        ModemCapabilities:

        The generic family of access technologies the modem supports. Not all
        capabilities are available at the same time however; some modems require a
        firmware reload or other reinitialization to switch between eg CDMA/EVDO
        and GSM/UMTS.

        Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
    -->
    <property name="ModemCapabilities" type="u" access="read"/>

    <!--
        CurrentCapabilities:

        The generic family of access technologies the modem currently supports
        without a firmware reload or reinitialization.

        Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
    -->
    <property name="CurrentCapabilities" type="u" access="read"/>
  </interface>
</node>