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 --- docs/libnm/html/NMDeviceModem.html | 176 +++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) (limited to 'docs/libnm/html/NMDeviceModem.html') diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html index 6443328c..fe9d53a6 100644 --- a/docs/libnm/html/NMDeviceModem.html +++ b/docs/libnm/html/NMDeviceModem.html @@ -58,6 +58,27 @@ nm_device_modem_get_current_capabilities () + +const char * + + +nm_device_modem_get_device_id () + + + +const char * + + +nm_device_modem_get_operator_code () + + + +const char * + + +nm_device_modem_get_apn () + + @@ -71,15 +92,33 @@ + +gchar * +apn +Read + + NMDeviceModemCapabilities current-capabilities Read + +gchar * +device-id +Read + + NMDeviceModemCapabilities modem-capabilities Read + + +gchar * +operator-code +Read + @@ -100,6 +139,18 @@ NM_DEVICE_MODEM_CURRENT_CAPABILITIES +#define +NM_DEVICE_MODEM_DEVICE_ID + + +#define +NM_DEVICE_MODEM_OPERATOR_CODE + + +#define +NM_DEVICE_MODEM_APN + +   NMDeviceModem @@ -183,6 +234,89 @@ represents the network types the modem can immediately connect to.

a firmware reload or other reinitialization

+
+
+

nm_device_modem_get_device_id ()

+
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.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

a device-id string

+
+

Since: 1.20

+
+
+
+

nm_device_modem_get_operator_code ()

+
const char *
+nm_device_modem_get_operator_code (NMDeviceModem *self);
+

The MCC and MNC (concatenated) of the network the modem is connected to.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

the operator code or NULL if disconnected or not a 3GPP modem.

+
+

Since: 1.20

+
+
+
+

nm_device_modem_get_apn ()

+
const char *
+nm_device_modem_get_apn (NMDeviceModem *self);
+

The access point name the modem is connected to.

+
+

Parameters

+
+++++ + + + + + +

self

a NMDeviceModem

 
+
+
+

Returns

+

the APN name or NULL if disconnected

+
+

Since: 1.20

+

Types and Values

@@ -199,6 +333,24 @@ a firmware reload or other reinitialization


+

NM_DEVICE_MODEM_DEVICE_ID

+
#define NM_DEVICE_MODEM_DEVICE_ID            "device-id"
+
+
+
+
+

NM_DEVICE_MODEM_OPERATOR_CODE

+
#define NM_DEVICE_MODEM_OPERATOR_CODE        "operator-code"
+
+
+
+
+

NM_DEVICE_MODEM_APN

+
#define NM_DEVICE_MODEM_APN                  "apn"
+
+
+
+

NMDeviceModem

typedef struct _NMDeviceModem NMDeviceModem;
@@ -206,6 +358,14 @@ a firmware reload or other reinitialization

Property Details

+

The “apn” property

+
  “apn”                      gchar *
+

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 @@ -214,6 +374,14 @@ without a firmware reload or reinitialization.


+

The “device-id” property

+
  “device-id”                gchar *
+

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 @@ -222,6 +390,14 @@ a firmware reload or other reinitialization to switch between eg CDMA/EVDO and GSM/UMTS.

Flags: Read

+
+
+

The “operator-code” property

+
  “operator-code”            gchar *
+

Flags: Read

+

Default value: NULL

+

Since: 1.20

+