NM.SettingCdma

g GObject.Object GObject.Object NM.Setting NM.Setting GObject.Object->NM.Setting NM.SettingCdma NM.SettingCdma NM.Setting->NM.SettingCdma

Subclasses:

None

Methods

Inherited:

NM.Setting (21), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_mtu ()

get_number ()

get_password ()

get_password_flags ()

get_username ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

NM.Setting (1)

Name

Type

Flags

Short Description

mtu

int

r/w/en

number

str

r/w/en

password

str

r/w/en

password-flags

NM.SettingSecretFlags

r/w/en

username

str

r/w/en

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class NM.SettingCdma(**kwargs)
Bases:

NM.Setting

Abstract:

No

Structure:

NM.SettingCdmaClass

CDMA-based Mobile Broadband Settings

classmethod new()
Returns:

the new empty NM.SettingCdma object

Return type:

NM.Setting

Creates a new NM.SettingCdma object with default values.

get_mtu()
Returns:

the NM.SettingCdma :mtu property of the setting

Return type:

int

New in version 1.8.

get_number()
Returns:

the NM.SettingCdma :number property of the setting

Return type:

str

get_password()
Returns:

the NM.SettingCdma :password property of the setting

Return type:

str

get_password_flags()
Returns:

the NM.SettingSecretFlags pertaining to the NM.SettingCdma :password

Return type:

NM.SettingSecretFlags

get_username()
Returns:

the NM.SettingCdma :username property of the setting

Return type:

str

Property Details

NM.SettingCdma.props.mtu
Name:

mtu

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.

New in version 1.8.

NM.SettingCdma.props.number
Name:

number

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The number to dial to establish the connection to the CDMA-based mobile broadband network, if any. If not specified, the default number (#777) is used when required.

NM.SettingCdma.props.password
Name:

password

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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.

NM.SettingCdma.props.password_flags
Name:

password-flags

Type:

NM.SettingSecretFlags

Default Value:

NM.SettingSecretFlags.NONE

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Flags indicating how to handle the NM.SettingCdma :password property.

NM.SettingCdma.props.username
Name:

username

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

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.