NM.SettingCdma¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingCdma(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
CDMA-based Mobile Broadband Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingCdma
object- Return type:
Creates a new
NM.SettingCdma
object with default values.
- get_mtu()¶
- Returns:
the
NM.SettingCdma
:mtu
property of the setting- Return type:
New in version 1.8.
- get_number()¶
- Returns:
the
NM.SettingCdma
:number
property of the setting- Return type:
- get_password()¶
- Returns:
the
NM.SettingCdma
:password
property of the setting- Return type:
- get_password_flags()¶
- Returns:
the
NM.SettingSecretFlags
pertaining to theNM.SettingCdma
:password
- Return type:
- get_username()¶
- Returns:
the
NM.SettingCdma
:username
property of the setting- Return type:
Property Details¶
- NM.SettingCdma.props.mtu¶
- Name:
mtu
- Type:
- Default Value:
0
- Flags:
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:
- Default Value:
- Flags:
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:
- Default Value:
- Flags:
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:
- Default Value:
- Flags:
Flags indicating how to handle the
NM.SettingCdma
:password
property.
- NM.SettingCdma.props.username¶
- Name:
username
- Type:
- Default Value:
- Flags:
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.