ModemManager.CellInfoGsm¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.CellInfoGsm(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.CellInfoGsm
structure contains private data and should only be accessed using the provided API.- get_arfcn()¶
- Returns:
the ARFCN, or
GObject.G_MAXUINT
if not available.- Return type:
Get the absolute RF channel number.
New in version 1.20.
- get_base_station_id()¶
-
Get the GSM base station id, in upper-case hexadecimal format without leading zeros. E.g. “3F”.
New in version 1.20.
- get_ci()¶
-
Get the two- or four-byte Cell Identifier.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
New in version 1.20.
- get_lac()¶
-
Get the two-byte Location Area Code of the base station.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
New in version 1.20.
- get_operator_id()¶
-
Get the PLMN MCC/MNC.
New in version 1.20.
- get_rx_level()¶
- Returns:
the rx level, or
GObject.G_MAXUINT
if not available.- Return type:
Get the serving cell RX measurement.
New in version 1.20.
- get_timing_advance()¶
- Returns:
the timing advance, or
GObject.G_MAXUINT
if not available.- Return type:
Get the measured delay (in bit periods) of an access burst transmission on the RACH or PRACH to the expected signal from a mobile station at zero distance under static channel conditions.
New in version 1.20.