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 /docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml | |
| parent | 1bd9f376796563dfb5016bada66c78b203f41d33 (diff) | |
| parent | 488dda3930545969f5644b57cfca81e21df031c3 (diff) | |
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml index 65c66a97..097525cd 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Modem.xml @@ -16,6 +16,9 @@ <synopsis> <link linkend="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.ModemCapabilities">ModemCapabilities</link> readable u <link linkend="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.CurrentCapabilities">CurrentCapabilities</link> readable u +<link linkend="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.DeviceId">DeviceId</link> readable s +<link linkend="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.OperatorCode">OperatorCode</link> readable s +<link linkend="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.Apn">Apn</link> readable s </synopsis> </refsect1> <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-Device-Modem"> @@ -66,6 +69,39 @@ CurrentCapabilities readable u </para><para> Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link> </para> </refsect2> +<refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.DeviceId"> + <title>The "DeviceId" property</title> + <indexterm zone="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.DeviceId"><primary sortas=".Device.Modem:DeviceId">org.freedesktop.NetworkManager.Device.Modem:DeviceId</primary></indexterm> +<programlisting> +DeviceId readable s +</programlisting> +<para> 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. +</para><para> Since: 1.20 +</para> +</refsect2> +<refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.OperatorCode"> + <title>The "OperatorCode" property</title> + <indexterm zone="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.OperatorCode"><primary sortas=".Device.Modem:OperatorCode">org.freedesktop.NetworkManager.Device.Modem:OperatorCode</primary></indexterm> +<programlisting> +OperatorCode readable s +</programlisting> +<para> The MCC and MNC (concatenated) of the network the modem is connected to. + Blank if disconnected or not a 3GPP modem. +</para><para> Since: 1.20 +</para> +</refsect2> +<refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.Apn"> + <title>The "Apn" property</title> + <indexterm zone="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.Apn"><primary sortas=".Device.Modem:Apn">org.freedesktop.NetworkManager.Device.Modem:Apn</primary></indexterm> +<programlisting> +Apn readable s +</programlisting> +<para> The access point name the modem is connected to. Blank if disconnected. +</para><para> Since: 1.20 +</para> +</refsect2> </refsect1> </refentry> |