From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- ...rg.freedesktop.NetworkManager.Device.Modem.html | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html') 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 @@
 ModemCapabilities    readable   u
 CurrentCapabilities  readable   u
+DeviceId             readable   s
+OperatorCode         readable   s
+Apn                  readable   s
 
@@ -98,6 +101,42 @@ CurrentCapabilities readable u

Returns: NMDeviceModemCapabilities

+
+
+

The "DeviceId" property

+
+DeviceId  readable   s
+
+

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 +

+
+
+
+

The "OperatorCode" property

+
+OperatorCode  readable   s
+
+

The MCC and MNC (concatenated) of the network the modem is connected to. + Blank if disconnected or not a 3GPP modem. +

+

Since: 1.20 +

+
+
+
+

The "Apn" property

+
+Apn  readable   s
+
+

The access point name the modem is connected to. Blank if disconnected. +

+

Since: 1.20 +

+