ModemManager.CellInfoCdma¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.CellInfoCdma(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.CellInfoCdma
structure contains private data and should only be accessed using the provided API.- get_base_station_id()¶
-
Get the CDMA base station id.
Encoded in upper-case hexadecimal format without leading zeros.
New in version 1.20.
- get_nid()¶
-
Get the CDMA network id.
Encoded in upper-case hexadecimal format without leading zeros.
New in version 1.20.
- get_pilot_strength()¶
- Returns:
the pilot strength, or
GObject.G_MAXUINT
if not available.- Return type:
Get the signal strength of the pilot.
Given in the same format and scale as the GSM SINR level.
New in version 1.20.
- get_ref_pn()¶
-
Get the CDMA base station PN number.
Encoded in upper-case hexadecimal format without leading zeros.
New in version 1.20.