ModemManager.CellInfoCdma

g GObject.Object GObject.Object ModemManager.CellInfo ModemManager.CellInfo GObject.Object->ModemManager.CellInfo ModemManager.CellInfoCdma ModemManager.CellInfoCdma ModemManager.CellInfo->ModemManager.CellInfoCdma

Subclasses:

None

Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_base_station_id ()

get_nid ()

get_pilot_strength ()

get_ref_pn ()

get_sid ()

Virtual Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

ModemManager.CellInfo

r

Class Details

class ModemManager.CellInfoCdma(**kwargs)
Bases:

ModemManager.CellInfo

Abstract:

No

Structure:

ModemManager.CellInfoCdmaClass

The ModemManager.CellInfoCdma structure contains private data and should only be accessed using the provided API.

get_base_station_id()
Returns:

the CDMA base station id, or None if not available.

Return type:

str

Get the CDMA base station id.

Encoded in upper-case hexadecimal format without leading zeros.

New in version 1.20.

get_nid()
Returns:

the CDMA network id, or None if not available.

Return type:

str

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:

int

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()
Returns:

the CDMA base station PN number, or None if not available.

Return type:

str

Get the CDMA base station PN number.

Encoded in upper-case hexadecimal format without leading zeros.

New in version 1.20.

get_sid()
Returns:

the CDMA system id, or None if not available.

Return type:

str

Get the CDMA system id.

Encoded in upper-case hexadecimal format without leading zeros.

New in version 1.20.