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-glib/html/NMDeviceModem.html | 293 -------------------------------- 1 file changed, 293 deletions(-) delete mode 100644 docs/libnm-glib/html/NMDeviceModem.html (limited to 'docs/libnm-glib/html/NMDeviceModem.html') diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html deleted file mode 100644 index 75ec49a7..00000000 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - -NMDeviceModem: libnm-glib Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMDeviceModem

-

NMDeviceModem

-
- -
-

Properties

-
----- - - - - - - - - - - - - -
guintcurrent-capabilitiesRead
guintmodem-capabilitiesRead
-
-
-

Types and Values

- -
-
-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMDevice
-            ╰── NMDeviceModem
-
-
-
-

Description

-
-
-

Functions

-
-

nm_device_modem_error_quark ()

-
GQuark
-nm_device_modem_error_quark (void);
-

Registers an error quark for NMDeviceModem if necessary.

-
-

Returns

-

the error quark used for NMDeviceModem errors.

-
-
-
-
-

nm_device_modem_get_modem_capabilities ()

-
NMDeviceModemCapabilities
-nm_device_modem_get_modem_capabilities
-                               (NMDeviceModem *self);
-

Returns a bitfield of the generic access technology families the modem -supports. Not all capabilities are available concurrently however; some -may require a firmware reload or reinitialization.

-
-

Parameters

-
----- - - - - - -

self

a NMDeviceModem

 
-
-
-

Returns

-

the generic access technology families the modem supports

-
-
-
-
-

nm_device_modem_get_current_capabilities ()

-
NMDeviceModemCapabilities
-nm_device_modem_get_current_capabilities
-                               (NMDeviceModem *self);
-

Returns a bitfield of the generic access technology families the modem -supports without a firmware reload or reinitialization. This value -represents the network types the modem can immediately connect to.

-
-

Parameters

-
----- - - - - - -

self

a NMDeviceModem

 
-
-
-

Returns

-

the generic access technology families the modem supports without -a firmware reload or other reinitialization

-
-
-
-
-

Types and Values

-
-

enum NMDeviceModemError

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - -

NM_DEVICE_MODEM_ERROR_UNKNOWN

-

unknown or unclassified error

-
 

NM_DEVICE_MODEM_ERROR_NOT_MODEM_CONNECTION

-

the connection was not of modem type

-
 

NM_DEVICE_MODEM_ERROR_INVALID_MODEM_CONNECTION

-

the modem connection was invalid

-
 

NM_DEVICE_MODEM_ERROR_MISSING_DEVICE_CAPS

-

the device missed required capabilities

-
 
-
-
-
-
-

NM_DEVICE_MODEM_ERROR

-
#define NM_DEVICE_MODEM_ERROR nm_device_modem_error_quark ()
-
-
-
-
-

NM_DEVICE_MODEM_MODEM_CAPABILITIES

-
#define NM_DEVICE_MODEM_MODEM_CAPABILITIES   "modem-capabilities"
-
-
-
-
-

NM_DEVICE_MODEM_CURRENT_CAPABILITIES

-
#define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities"
-
-
-
-
-

Property Details

-
-

The “current-capabilities” property

-
  “current-capabilities”     guint
-

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

-

Flags: Read

-

Default value: 0

-
-
-
-

The “modem-capabilities” property

-
  “modem-capabilities”       guint
-

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.

-

Flags: Read

-

Default value: 0

-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5