diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-08-09 11:09:27 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-08-09 11:18:39 +0200 |
| commit | 820498b2158e0b05421ce0922f203a0699927fa8 (patch) | |
| tree | 3bf6d1089b762535ec5e59738d47ae2d2f54750f /introspection/org.freedesktop.NetworkManager.Device.Modem.xml | |
| parent | 1bd9f376796563dfb5016bada66c78b203f41d33 (diff) | |
| parent | 488dda3930545969f5644b57cfca81e21df031c3 (diff) | |
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Modem.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.Modem.xml | 52 |
1 files changed, 41 insertions, 11 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml index d3cbd557..fabe1a2e 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml @@ -6,17 +6,6 @@ --> <interface name="org.freedesktop.NetworkManager.Device.Modem"> - - <!-- - PropertiesChanged: - @properties: A dictionary mapping property names to variant boxed values - - DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. - --> - <signal name="PropertiesChanged"> - <arg name="properties" type="a{sv}"/> - </signal> - <!-- ModemCapabilities: @@ -38,5 +27,46 @@ Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link> --> <property name="CurrentCapabilities" type="u" access="read"/> + + <!-- + DeviceId: + + An identifier used by the modem backend (ModemManager) that aims to + uniquely identify the a device. Can be used to match a connection to a + particular device. + + Since: 1.20 + --> + <property name="DeviceId" type="s" access="read" /> + + <!-- + OperatorCode: + + The MCC and MNC (concatenated) of the network the modem is connected to. + Blank if disconnected or not a 3GPP modem. + + Since: 1.20 + --> + <property name="OperatorCode" type="s" access="read" /> + + <!-- + Apn: + + The access point name the modem is connected to. Blank if disconnected. + + Since: 1.20 + --> + <property name="Apn" type="s" access="read" /> + + <!-- + PropertiesChanged: + @properties: A dictionary mapping property names to variant boxed values + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + --> + <signal name="PropertiesChanged"> + <arg name="properties" type="a{sv}"/> + </signal> + </interface> </node> |