NMSettingCdma

NMSettingCdma — Describes CDMA-based mobile broadband properties

Functions

Properties

guint mtu Read / Write / Construct
gchar * number Read / Write
gchar * password Read / Write
NMSettingSecretFlags password-flags Read / Write
gchar * username Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── NMSetting
        ╰── NMSettingCdma

Description

The NMSettingCdma object is a NMSetting subclass that describes properties that allow connections to IS-95-based mobile broadband networks, including those using CDMA2000/EVDO technology.

Functions

nm_setting_cdma_new ()

NMSetting *
nm_setting_cdma_new (void);

Creates a new NMSettingCdma object with default values.

Returns

the new empty NMSettingCdma object


nm_setting_cdma_get_number ()

const char *
nm_setting_cdma_get_number (NMSettingCdma *setting);

Parameters

setting

the NMSettingCdma

 

Returns

the “number” property of the setting


nm_setting_cdma_get_username ()

const char *
nm_setting_cdma_get_username (NMSettingCdma *setting);

Parameters

setting

the NMSettingCdma

 

Returns

the “username” property of the setting


nm_setting_cdma_get_password ()

const char *
nm_setting_cdma_get_password (NMSettingCdma *setting);

Parameters

setting

the NMSettingCdma

 

Returns

the “password” property of the setting


nm_setting_cdma_get_password_flags ()

NMSettingSecretFlags
nm_setting_cdma_get_password_flags (NMSettingCdma *setting);

Parameters

se