From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-util/html/NMSettingGsm.html | 98 +++++++++++++++------------------- 1 file changed, 44 insertions(+), 54 deletions(-) (limited to 'docs/libnm-util/html/NMSettingGsm.html') diff --git a/docs/libnm-util/html/NMSettingGsm.html b/docs/libnm-util/html/NMSettingGsm.html index 39aa12d1..1e725b02 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingGsm +NMSettingGsm: libnm-util Reference Manual - + @@ -326,7 +326,6 @@ nm_setting_gsm_error_quark (void<

Returns

the error quark used for NMSettingGsm errors.

-


@@ -349,7 +348,6 @@ nm_setting_gsm_new (void

Returns

the new empty NMSettingGsm object

-


@@ -375,7 +373,6 @@ nm_setting_gsm_get_number (

Returns

the “number” property of the setting

-


@@ -401,7 +398,6 @@ nm_setting_gsm_get_username (

Returns

the “username” property of the setting

-


@@ -427,7 +423,6 @@ nm_setting_gsm_get_password (

Returns

the “password” property of the setting

-


@@ -453,7 +448,6 @@ nm_setting_gsm_get_apn (

Returns

the “apn” property of the setting

-


@@ -479,7 +473,6 @@ nm_setting_gsm_get_network_id (

Returns

the “network-id” property of the setting

-


@@ -505,7 +498,6 @@ nm_setting_gsm_get_pin (

Returns

the “pin” property of the setting

-


@@ -531,7 +523,6 @@ nm_setting_gsm_get_home_only (

Returns

the “home-only” property of the setting

-


@@ -557,7 +548,6 @@ nm_setting_gsm_get_pin_flags (

Returns

the NMSettingSecretFlags pertaining to the “pin”

-


@@ -583,7 +573,6 @@ nm_setting_gsm_get_password_flags (

Returns

the NMSettingSecretFlags pertaining to the “password”

-


@@ -613,7 +602,6 @@ nm_setting_gsm_get_network_type (

Returns

the “network-type” property of the setting

-


@@ -643,7 +631,6 @@ nm_setting_gsm_get_allowed_bands (

Returns

the “allowed-bands” property of the setting

-

@@ -653,8 +640,6 @@ nm_setting_gsm_get_allowed_bands (

NM_SETTING_GSM_SETTING_NAME

#define NM_SETTING_GSM_SETTING_NAME "gsm"
 
-

-


@@ -707,96 +692,72 @@ is missing in the connection

NM_SETTING_GSM_ERROR

#define NM_SETTING_GSM_ERROR nm_setting_gsm_error_quark ()
 
-

-


NM_SETTING_GSM_NUMBER

#define NM_SETTING_GSM_NUMBER         "number"
 
-

-


NM_SETTING_GSM_USERNAME

#define NM_SETTING_GSM_USERNAME       "username"
 
-

-


NM_SETTING_GSM_PASSWORD

#define NM_SETTING_GSM_PASSWORD       "password"
 
-

-


NM_SETTING_GSM_PASSWORD_FLAGS

#define NM_SETTING_GSM_PASSWORD_FLAGS "password-flags"
 
-

-


NM_SETTING_GSM_APN

#define NM_SETTING_GSM_APN            "apn"
 
-

-


NM_SETTING_GSM_NETWORK_ID

#define NM_SETTING_GSM_NETWORK_ID     "network-id"
 
-

-


NM_SETTING_GSM_PIN

#define NM_SETTING_GSM_PIN            "pin"
 
-

-


NM_SETTING_GSM_PIN_FLAGS

#define NM_SETTING_GSM_PIN_FLAGS      "pin-flags"
 
-

-


NM_SETTING_GSM_HOME_ONLY

#define NM_SETTING_GSM_HOME_ONLY      "home-only"
 
-

-


NM_SETTING_GSM_ALLOWED_BANDS

#define NM_SETTING_GSM_ALLOWED_BANDS  "allowed-bands"
 
-

-


NM_SETTING_GSM_NETWORK_TYPE

#define NM_SETTING_GSM_NETWORK_TYPE   "network-type"
 
-

-


@@ -1008,7 +969,9 @@ the device may use when connecting to this network.

The “allowed-bands” property

  “allowed-bands”            guint
-

+

Bitfield of allowed frequency bands. Note that not all devices allow +frequency band control. Permitted values are those specified by +NMSettingGsmNetworkBand.

NMSettingGsm:allowed-bands has been deprecated since version 0.9.10 and should not be used in newly-written code.

No longer used. Band setting should be done by @@ -1022,7 +985,13 @@ talking to ModemManager directly.

The “apn” property

  “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 +access to the Internet or just a provider-specific walled-garden, so it +is important to use the correct APN for the user's mobile broadband plan. +The APN may only be composed of the characters a-z, 0-9, ., and - per GSM +03.60 Section 14.9.

Flags: Read / Write

Default value: NULL

@@ -1030,7 +999,8 @@ talking to ModemManager directly.

The “home-only” property

  “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

@@ -1038,7 +1008,11 @@ talking to ModemManager directly.

The “network-id” property

  “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. +This can be used to ensure that the device does not roam when direct +roaming control of the device is not otherwise possible.

Flags: Read / Write

Default value: NULL

@@ -1046,7 +1020,15 @@ talking to ModemManager directly.

The “network-type” property

  “network-type”             gint
-

+

Network preference to force the device to only use specific network +technologies. The permitted values are NM_SETTING_GSM_NETWORK_TYPE_ANY, +NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA, +NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE, +NM_SETTING_GSM_NETWORK_TYPE_PREFER_4G, and +NM_SETTING_GSM_NETWORK_TYPE_4G. Note that not all devices allow network +preference control.

NMSettingGsm:network-type has been deprecated since version 0.9.10 and should not be used in newly-written code.

No longer used. Network type setting should be done @@ -1060,7 +1042,10 @@ by talking to ModemManager directly.

The “number” property

  “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 +allows NetworkManager to select the appropriate settings automatically.

Flags: Read / Write

Default value: NULL

@@ -1068,7 +1053,9 @@ by talking to ModemManager directly.

The “password” property

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

Flags: Read / Write

Default value: NULL

@@ -1076,7 +1063,7 @@ by talking to ModemManager directly.

The “password-flags” property

  “password-flags”           guint
-

+

Flags indicating how to handle the “password” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1085,7 +1072,9 @@ by talking to ModemManager directly.

The “pin” property

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

Flags: Read / Write

Default value: NULL

@@ -1093,7 +1082,7 @@ by talking to ModemManager directly.

The “pin-flags” property

  “pin-flags”                guint
-

+

Flags indicating how to handle the “pin” property.

Flags: Read / Write

Allowed values: <= 7

Default value: 0

@@ -1102,14 +1091,15 @@ by talking to ModemManager directly.

The “username” property

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

Flags: Read / Write

Default value: NULL

+
Generated by GTK-Doc V1.24
\ No newline at end of file -- cgit 1.3.0-6-gf8a5