Qmi.IndicationNasSignalInfoOutput

Fields

None

Methods

get_5g_signal_strength ()

get_5g_signal_strength_extended ()

get_cdma_signal_strength ()

get_gsm_signal_strength ()

get_hdr_signal_strength ()

get_lte_signal_strength ()

get_tdma_signal_strength ()

get_wcdma_rscp ()

get_wcdma_signal_strength ()

ref ()

unref ()

Details

class Qmi.IndicationNasSignalInfoOutput

The Qmi.IndicationNasSignalInfoOutput structure contains private data and should only be accessed using the provided API.

New in version 1.0.

get_5g_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_5g_signal_strength_rsrp:

a placeholder for the output #gint16, or None if not required.

value_5g_signal_strength_snr:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_5g_signal_strength_rsrp: int, value_5g_signal_strength_snr: int)

Get the ‘5G Signal Strength’ field from self.

New in version 1.32.

get_5g_signal_strength_extended()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_5g_signal_strength_extended:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_5g_signal_strength_extended: int)

Get the ‘5G Signal Strength Extended’ field from self.

New in version 1.32.

get_cdma_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_signal_strength_rssi:

a placeholder for the output #gint8, or None if not required.

value_cdma_signal_strength_ecio:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_cdma_signal_strength_rssi: int, value_cdma_signal_strength_ecio: int)

Get the ‘CDMA Signal Strength’ field from self.

New in version 1.0.

get_gsm_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gsm_signal_strength:

a placeholder for the output #gint8, or None if not required.

Return type:

(bool, value_gsm_signal_strength: int)

Get the ‘GSM Signal Strength’ field from self.

New in version 1.0.

get_hdr_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_signal_strength_rssi:

a placeholder for the output #gint8, or None if not required.

value_hdr_signal_strength_ecio:

a placeholder for the output #gint16, or None if not required.

value_hdr_signal_strength_sinr:

a placeholder for the output Qmi.NasEvdoSinrLevel, or None if not required.

value_hdr_signal_strength_io:

a placeholder for the output #gint32, or None if not required.

Return type:

(bool, value_hdr_signal_strength_rssi: int, value_hdr_signal_strength_ecio: int, value_hdr_signal_strength_sinr: Qmi.NasEvdoSinrLevel, value_hdr_signal_strength_io: int)

Get the ‘HDR Signal Strength’ field from self.

New in version 1.0.

get_lte_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_signal_strength_rssi:

a placeholder for the output #gint8, or None if not required.

value_lte_signal_strength_rsrq:

a placeholder for the output #gint8, or None if not required.

value_lte_signal_strength_rsrp:

a placeholder for the output #gint16, or None if not required.

value_lte_signal_strength_snr:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_lte_signal_strength_rssi: int, value_lte_signal_strength_rsrq: int, value_lte_signal_strength_rsrp: int, value_lte_signal_strength_snr: int)

Get the ‘LTE Signal Strength’ field from self.

New in version 1.0.

get_tdma_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_tdma_signal_strength:

a placeholder for the output #gint8, or None if not required.

Return type:

(bool, value_tdma_signal_strength: int)

Get the ‘TDMA Signal Strength’ field from self.

New in version 1.0.

get_wcdma_rscp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_rscp:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_wcdma_rscp: int)

Get the ‘WCDMA RSCP’ field from self.

New in version 1.34.

get_wcdma_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_signal_strength_rssi:

a placeholder for the output #gint8, or None if not required.

value_wcdma_signal_strength_ecio:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_wcdma_signal_strength_rssi: int, value_wcdma_signal_strength_ecio: int)

Get the ‘WCDMA Signal Strength’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationNasSignalInfoOutput

Atomically increments the reference count of self by one.

New in version 1.0.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

New in version 1.0.