From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMDeviceModem.html | 110 ++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceModem.html') diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html index 3bc2f5c1..96643585 100644 --- a/docs/libnm/html/NMDeviceModem.html +++ b/docs/libnm/html/NMDeviceModem.html @@ -15,7 +15,9 @@ @@ -80,6 +82,46 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+char *apnRead
NMDeviceModemCapabilitiescurrent-capabilitiesRead
+char *device-idRead
NMDeviceModemCapabilitiesmodem-capabilitiesRead
+char *operator-codeRead
+
+

Types and Values

@@ -107,10 +149,22 @@ + + + +
#define NM_DEVICE_MODEM_APN
 NMDeviceModem
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceModem
+
+
+

Description

@@ -288,6 +342,60 @@ nm_device_modem_get_apn (#define NM_DEVICE_MODEM_APN "apn"
+
+
+

NMDeviceModem

+
typedef struct _NMDeviceModem NMDeviceModem;
+
+ +
+

Property Details

+
+

The “apn” property

+
  “apn”                      char *
+

Owner: NMDeviceModem

+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+
+
+
+

The “current-capabilities” property

+
  “current-capabilities”     NMDeviceModemCapabilities
+

The generic family of access technologies the modem currently supports +without a firmware reload or reinitialization.

+

Owner: NMDeviceModem

+

Flags: Read

+
+
+
+

The “device-id” property

+
  “device-id”                char *
+

Owner: NMDeviceModem

+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+
+
+
+

The “modem-capabilities” property

+
  “modem-capabilities”       NMDeviceModemCapabilities
+

The generic family of access technologies the modem supports. Not all +capabilities are available at the same time however; some modems require +a firmware reload or other reinitialization to switch between eg +CDMA/EVDO and GSM/UMTS.

+

Owner: NMDeviceModem

+

Flags: Read

+
+
+
+

The “operator-code” property

+
  “operator-code”            char *
+

Owner: NMDeviceModem

+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+