Qmi.MessageNasGetSignalStrengthOutput

Fields

None

Methods

get_ecio_list ()

get_error_rate_list ()

get_io ()

get_lte_rsrp ()

get_lte_snr ()

get_result ()

get_rsrq ()

get_rssi_list ()

get_signal_strength ()

get_sinr ()

get_strength_list ()

ref ()

unref ()

Details

class Qmi.MessageNasGetSignalStrengthOutput

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

New in version 1.0.

get_ecio_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ecio_list_ptr:

a placeholder for the output array of Qmi.MessageNasGetSignalStrengthOutputEcioListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_ecio_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputEcioListElement])

Get the ‘ECIO List’ field from self.

Version of Qmi.MessageNasGetSignalStrengthOutput.get_ecio_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_error_rate_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_error_rate_list_ptr:

a placeholder for the output array of Qmi.MessageNasGetSignalStrengthOutputErrorRateListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_error_rate_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputErrorRateListElement])

Get the ‘Error Rate List’ field from self.

Version of Qmi.MessageNasGetSignalStrengthOutput.get_error_rate_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_io()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_io:

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

Return type:

(bool, value_io: int)

Get the ‘IO’ field from self.

New in version 1.0.

get_lte_rsrp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rsrp:

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

Return type:

(bool, value_lte_rsrp: int)

Get the ‘LTE RSRP’ field from self.

New in version 1.0.

get_lte_snr()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_snr:

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

Return type:

(bool, value_lte_snr: int)

Get the ‘LTE SNR’ field from self.

New in version 1.0.

get_result()
Raises:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

New in version 1.0.

get_rsrq()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rsrq_rsrq:

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

value_rsrq_radio_interface:

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

Return type:

(bool, value_rsrq_rsrq: int, value_rsrq_radio_interface: Qmi.NasRadioInterface)

Get the ‘RSRQ’ field from self.

New in version 1.0.

get_rssi_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rssi_list_ptr:

a placeholder for the output array of Qmi.MessageNasGetSignalStrengthOutputRssiListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_rssi_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputRssiListElement])

Get the ‘RSSI List’ field from self.

Version of Qmi.MessageNasGetSignalStrengthOutput.get_rssi_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_signal_strength()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_signal_strength_strength:

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

value_signal_strength_radio_interface:

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

Return type:

(bool, value_signal_strength_strength: int, value_signal_strength_radio_interface: Qmi.NasRadioInterface)

Get the ‘Signal Strength’ field from self.

New in version 1.0.

get_sinr()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_sinr:

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

Return type:

(bool, value_sinr: Qmi.NasEvdoSinrLevel)

Get the ‘SINR’ field from self.

New in version 1.0.

get_strength_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_strength_list_ptr:

a placeholder for the output array of Qmi.MessageNasGetSignalStrengthOutputStrengthListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_strength_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputStrengthListElement])

Get the ‘Strength List’ field from self.

Version of Qmi.MessageNasGetSignalStrengthOutput.get_strength_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasGetSignalStrengthOutput

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.