| Top |  |  |  |  | 
| NMSetting * | nm_setting_gsm_new () | 
| gboolean | nm_setting_gsm_get_auto_config () | 
| const char * | nm_setting_gsm_get_username () | 
| const char * | nm_setting_gsm_get_password () | 
| const char * | nm_setting_gsm_get_apn () | 
| const char * | nm_setting_gsm_get_network_id () | 
| const char * | nm_setting_gsm_get_pin () | 
| gboolean | nm_setting_gsm_get_home_only () | 
| const char * | nm_setting_gsm_get_device_id () | 
| const char * | nm_setting_gsm_get_sim_id () | 
| const char * | nm_setting_gsm_get_sim_operator_id () | 
| guint32 | nm_setting_gsm_get_mtu () | 
| gboolean | nm_setting_gsm_get_initial_eps_config () | 
| const char * | nm_setting_gsm_get_initial_eps_apn () | 
| const char * | nm_setting_gsm_get_number () | 
| NMSettingSecretFlags | nm_setting_gsm_get_pin_flags () | 
| NMSettingSecretFlags | nm_setting_gsm_get_password_flags () | 
| #define | NM_SETTING_GSM_SETTING_NAME | 
| #define | NM_SETTING_GSM_AUTO_CONFIG | 
| #define | NM_SETTING_GSM_USERNAME | 
| #define | NM_SETTING_GSM_PASSWORD | 
| #define | NM_SETTING_GSM_PASSWORD_FLAGS | 
| #define | NM_SETTING_GSM_APN | 
| #define | NM_SETTING_GSM_NETWORK_ID | 
| #define | NM_SETTING_GSM_PIN | 
| #define | NM_SETTING_GSM_PIN_FLAGS | 
| #define | NM_SETTING_GSM_HOME_ONLY | 
| #define | NM_SETTING_GSM_DEVICE_ID | 
| #define | NM_SETTING_GSM_SIM_ID | 
| #define | NM_SETTING_GSM_SIM_OPERATOR_ID | 
| #define | NM_SETTING_GSM_MTU | 
| #define | NM_SETTING_GSM_INITIAL_EPS_BEARER_CONFIGURE | 
| #define | NM_SETTING_GSM_INITIAL_EPS_BEARER_APN | 
| #define | NM_SETTING_GSM_NUMBER | 
The NMSettingGsm object is a NMSetting subclass that describes properties that allow connections to 3GPP-based mobile broadband networks, including those using GPRS/EDGE and UMTS/HSPA technology.
NMSetting *
nm_setting_gsm_new (void);
Creates a new NMSettingGsm object with default values.
gboolean
nm_setting_gsm_get_auto_config (NMSettingGsm *setting);
Since: 1.22
const char *
nm_setting_gsm_get_network_id (NMSettingGsm *setting);
const char *
nm_setting_gsm_get_device_id (NMSettingGsm *setting);
Since: 1.2
const char *
nm_setting_gsm_get_sim_id (NMSettingGsm *setting);
Since: 1.2
const char *
nm_setting_gsm_get_sim_operator_id (NMSettingGsm *setting);
Since: 1.2
gboolean
nm_setting_gsm_get_initial_eps_config (NMSettingGsm *setting);
Since: 1.44
const char *
nm_setting_gsm_get_initial_eps_apn (NMSettingGsm *setting);
Since: 1.44
const char *
nm_setting_gsm_get_number (NMSettingGsm *setting);
nm_setting_gsm_get_number has been deprecated since version 1.16 and should not be used in newly-written code.
User-provided values for this setting are no longer used.
NMSettingSecretFlags
nm_setting_gsm_get_pin_flags (NMSettingGsm *setting);
NMSettingSecretFlags
nm_setting_gsm_get_password_flags (NMSettingGsm *setting);