![]() |
![]() |
![]() |
libnm-util Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define NM_SETTING_CDMA_SETTING_NAME enum NMSettingCdmaError; #define NM_TYPE_SETTING_CDMA_ERROR #define NM_SETTING_CDMA_ERROR GQuark nm_setting_cdma_error_quark (void); #define NM_SETTING_CDMA_NUMBER #define NM_SETTING_CDMA_USERNAME #define NM_SETTING_CDMA_PASSWORD NMSettingCdma; GType nm_setting_cdma_get_type (void); NMSetting * nm_setting_cdma_new (void); const char * nm_setting_cdma_get_number (NMSettingCdma *setting); const char * nm_setting_cdma_get_username (NMSettingCdma *setting); const char * nm_setting_cdma_get_password (NMSettingCdma *setting);
"number" gchar* : Read / Write "password" gchar* : Read / Write "username" gchar* : Read / Write
typedef enum { NM_SETTING_CDMA_ERROR_UNKNOWN = 0, NM_SETTING_CDMA_ERROR_INVALID_PROPERTY, NM_SETTING_CDMA_ERROR_MISSING_PROPERTY, NM_SETTING_CDMA_ERROR_MISSING_SERIAL_SETTING } NMSettingCdmaError;
const char * nm_setting_cdma_get_number (NMSettingCdma *setting);
|
|
Returns : |
const char * nm_setting_cdma_get_username (NMSettingCdma *setting);
|
|
Returns : |
const char * nm_setting_cdma_get_password (NMSettingCdma *setting);
|
|
Returns : |
"number"
property"number" gchar* : Read / Write
Number to dial when establishing a PPP data session with the CDMA-based mobile broadband network. If not specified, the default number (#777) is used when required.
Default value: NULL
"password"
property"password" gchar* : Read / Write
Password used to authenticate with the network, if required. Note that many providers do not require a password or accept any password.
Default value: NULL
"username"
property"username" gchar* : Read / Write
Username used to authenticate with the network, if required. Note that many providers do not require a username or accept any username.
Default value: NULL