From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm/html/NMSettingGsm.html | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'docs/libnm/html/NMSettingGsm.html') diff --git a/docs/libnm/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index 1e760541..b271da20 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -3,7 +3,7 @@ NMSettingGsm: libnm Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -93,7 +93,7 @@
-gboolean +gboolean nm_setting_gsm_get_home_only () @@ -141,7 +141,7 @@

Properties

-
+
@@ -150,36 +150,36 @@ +gchar * +gchar * - + +gchar * +gchar * +gchar * @@ -190,7 +190,7 @@ +gchar * @@ -201,19 +201,19 @@ +gchar * +gchar * +gchar * @@ -222,7 +222,7 @@

Types and Values

-
-gchar * apn Read / Write
-gchar * device-id Read / Write
gbooleangboolean home-only Read / Write
-gchar * network-id Read / Write
-gchar * number Read / Write
-gchar * password Read / Write
-gchar * pin Read / Write
-gchar * sim-id Read / Write
-gchar * sim-operator-id Read / Write
-gchar * username Read / Write
+
@@ -289,7 +289,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingGsm
 
@@ -319,7 +319,7 @@ nm_setting_gsm_new (voidNMSettingGsm *setting);

Parameters

-
+
@@ -344,7 +344,7 @@ nm_setting_gsm_get_number (NMSettingGsm *setting);

Parameters

-
+
@@ -369,7 +369,7 @@ nm_setting_gsm_get_username (NMSettingGsm *setting);

Parameters

-
+
@@ -394,7 +394,7 @@ nm_setting_gsm_get_password (NMSettingGsm *setting);

Parameters

-
+
@@ -419,7 +419,7 @@ nm_setting_gsm_get_apn (NMSettingGsm *setting);

Parameters

-
+
@@ -444,7 +444,7 @@ nm_setting_gsm_get_network_id (NMSettingGsm *setting);

Parameters

-
+
@@ -465,11 +465,11 @@ nm_setting_gsm_get_pin (

nm_setting_gsm_get_home_only ()

-
gboolean
+
gboolean
 nm_setting_gsm_get_home_only (NMSettingGsm *setting);

Parameters

-
+
@@ -494,7 +494,7 @@ nm_setting_gsm_get_home_only (NMSettingGsm *setting);

Parameters

-
+
@@ -520,7 +520,7 @@ nm_setting_gsm_get_device_id (NMSettingGsm *setting);

Parameters

-
+
@@ -546,7 +546,7 @@ nm_setting_gsm_get_sim_id (NMSettingGsm *setting);

Parameters

-
+
@@ -572,7 +572,7 @@ nm_setting_gsm_get_sim_operator_id (NMSettingGsm *setting);

Parameters

-
+
@@ -597,7 +597,7 @@ nm_setting_gsm_get_pin_flags (NMSettingGsm *setting);

Parameters

-
+
@@ -705,7 +705,7 @@ nm_setting_gsm_get_password_flags (

Property Details

The “apn” property

-
  “apn”                      gchar *
+
  “apn”                      gchar *

The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network. The APN often determines how the user will be billed for their network usage and whether the user has @@ -719,7 +719,7 @@ The APN may only be composed of the characters a-z, 0-9, ., and - per GSM


The “device-id” property

-
  “device-id”                gchar *
+
  “device-id”                gchar *

The device unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will only apply to the specified device.

@@ -730,8 +730,8 @@ apply to the specified device.


The “home-only” property

-
  “home-only”                gboolean
-

When TRUE, only connections to the home network will be allowed. +

  “home-only”                gboolean
+

When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made.

Flags: Read / Write

Default value: FALSE

@@ -739,7 +739,7 @@ Connections to roaming networks will not be made.


The “network-id” property

-
  “network-id”               gchar *
+
  “network-id”               gchar *

The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration. If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network. @@ -751,7 +751,7 @@ roaming control of the device is not otherwise possible.


The “number” property

-
  “number”                   gchar *
+
  “number”                   gchar *

Number to dial when establishing a PPP data session with the GSM-based mobile broadband network. Many modems do not require PPP for connections to the mobile network and thus this property should be left blank, which @@ -762,7 +762,7 @@ allows NetworkManager to select the appropriate settings automatically.


The “password” property

-
  “password”                 gchar *
+
  “password”                 gchar *

The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.

@@ -779,7 +779,7 @@ password is required, it is specified here.


The “pin” property

-
  “pin”                      gchar *
+
  “pin”                      gchar *

If the SIM is locked with a PIN it must be unlocked before any other operations are requested. Specify the PIN here to allow operation of the device.

@@ -796,7 +796,7 @@ device.


The “sim-id” property

-
  “sim-id”                   gchar *
+
  “sim-id”                   gchar *

The SIM card unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will apply to any device also allowed by “device-id” which contains a @@ -808,7 +808,7 @@ SIM card matching the given identifier.


The “sim-operator-id” property

-
  “sim-operator-id”          gchar *
+
  “sim-operator-id”          gchar *

A MCC/MNC string like "310260" or "21601" identifying the specific mobile network operator which this connection applies to. If given, the connection will apply to any device also allowed by @@ -821,7 +821,7 @@ card provisioined by the given operator.


The “username” property

-
  “username”                 gchar *
+
  “username”                 gchar *

The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.

-- cgit 1.3.0-6-gf8a5