From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
+const char *
+
+
+nm_device_modem_get_device_id ()
+
+
+
+const char *
+
+
+nm_device_modem_get_operator_code ()
+
+
+
@@ -71,15 +92,33 @@
const char *
+
+
+nm_device_modem_get_apn ()
+
+
+
+
+gchar *
+apn
+Read
+
NMDeviceModemCapabilities
current-capabilities
Read
+
+
+gchar *
+device-id
+Read
+
+NMDeviceModemCapabilities
modem-capabilities
Read
+
@@ -100,6 +139,18 @@
+gchar *
+operator-code
+Read
+NM_DEVICE_MODEM_CURRENT_CAPABILITIES
+
+#define
+NM_DEVICE_MODEM_DEVICE_ID
+
+
+#define
+NM_DEVICE_MODEM_OPERATOR_CODE
+
+
+#define
+NM_DEVICE_MODEM_APN
+
@@ -183,6 +234,89 @@ represents the network types the modem can immediately connect to.
NMDeviceModem
const char *
+nm_device_modem_get_device_id (NMDeviceModem *self);
+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
+const char *
+nm_device_modem_get_operator_code (NMDeviceModem *self);
+The MCC and MNC (concatenated) of the network the modem is connected to.
+ + +Since: 1.20
+const char *
+nm_device_modem_get_apn (NMDeviceModem *self);
+The access point name the modem is connected to.
+ + +Since: 1.20
+“current-capabilities” property“current-capabilities” NMDeviceModemCapabilities
The generic family of access technologies the modem currently supports @@ -214,6 +374,14 @@ without a firmware reload or reinitialization.
“modem-capabilities” property“modem-capabilities” NMDeviceModemCapabilities
The generic family of access technologies the modem supports. Not all @@ -222,6 +390,14 @@ a firmware reload or other reinitialization to switch between eg CDMA/EVDO and GSM/UMTS.
Flags: Read
“operator-code” property“operator-code” gchar *+
Flags: Read
+Default value: NULL
+Since: 1.20
+