about summary refs log tree commit diff
path: root/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-07-31 10:51:42 +0200
committerMichael Biebl <biebl@debian.org>2019-07-31 10:51:42 +0200
commit2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (patch)
tree86f69d36c56de3074280456eddc854a780b8e04b /docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
parent85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff)
New upstream version 1.19.90 upstream/1.19.90
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html')
-rw-r--r--docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
index fc1273e1..7081873b 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html
@@ -44,6 +44,9 @@
 <pre class="synopsis">
 <a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.ModemCapabilities" title='The "ModemCapabilities" property'>ModemCapabilities</a>    readable   u
 <a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.CurrentCapabilities" title='The "CurrentCapabilities" property'>CurrentCapabilities</a>  readable   u
+<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.DeviceId" title='The "DeviceId" property'>DeviceId</a>             readable   s
+<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.OperatorCode" title='The "OperatorCode" property'>OperatorCode</a>         readable   s
+<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.Apn" title='The "Apn" property'>Apn</a>                  readable   s
 </pre>
 </div>
 <div class="refsect1">
@@ -98,6 +101,42 @@ CurrentCapabilities  readable   u
 <p>        Returns: <a class="link" href="nm-dbus-types.html#NMDeviceModemCapabilities" title="enum NMDeviceModemCapabilities">NMDeviceModemCapabilities</a>
 </p>
 </div>
+<hr>
+<div class="refsect2">
+<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.DeviceId"></a><h3>The "DeviceId" property</h3>
+<pre class="programlisting">
+DeviceId  readable   s
+</pre>
+<p>        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.
+</p>
+<p>        Since: 1.20
+</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.OperatorCode"></a><h3>The "OperatorCode" property</h3>
+<pre class="programlisting">
+OperatorCode  readable   s
+</pre>
+<p>        The MCC and MNC (concatenated) of the network the modem is connected to.
+        Blank if disconnected or not a 3GPP modem.
+</p>
+<p>        Since: 1.20
+</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.Apn"></a><h3>The "Apn" property</h3>
+<pre class="programlisting">
+Apn  readable   s
+</pre>
+<p>        The access point name the modem is connected to. Blank if disconnected.
+</p>
+<p>        Since: 1.20
+</p>
+</div>
 </div>
 </div>
 <div class="footer">