From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-glib/html/NMDeviceModem.html | 198 ++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create 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 new file mode 100644 index 00000000..79db5c9d --- /dev/null +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -0,0 +1,198 @@ + + + + +NMDeviceModem + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMDeviceModem

+

NMDeviceModem

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMDevice
+               +----NMDeviceModem
+
+
+
+

Properties

+
+  "current-capabilities"     guint                 : Read
+  "modem-capabilities"       guint                 : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

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

+

+
+
+
+

NMDeviceModem

+
typedef struct _NMDeviceModem NMDeviceModem;
+

+

+
+
+
+

NMDeviceModemClass

+
typedef struct {
+	NMDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceModemClass;
+
+

+

+
+
+
+

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

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

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

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

self :

a NMDeviceModem +

Returns :

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

Property Details

+
+

The "current-capabilities" property

+
  "current-capabilities"     guint                 : Read
+

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

+

Default value: 0

+
+
+
+

The "modem-capabilities" property

+
  "modem-capabilities"       guint                 : Read
+

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

+

Default value: 0

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