Qmi.IndicationNasEventReportOutput

Fields

None

Methods

get_ecio ()

get_error_rate ()

get_io ()

get_lte_rsrp ()

get_lte_snr ()

get_registration_reject_reason ()

get_rf_band_information ()

get_rsrq ()

get_rssi ()

get_signal_strength ()

get_sinr ()

ref ()

unref ()

Details

class Qmi.IndicationNasEventReportOutput

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

Added in version 1.0.

get_ecio()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ecio_ecio:

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

value_ecio_radio_interface:

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

Return type:

(bool, value_ecio_ecio: int, value_ecio_radio_interface: Qmi.NasRadioInterface)

Get the ‘ECIO’ field from self.

Added in version 1.14.

get_error_rate()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_error_rate_rate:

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

value_error_rate_radio_interface:

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

Return type:

(bool, value_error_rate_rate: int, value_error_rate_radio_interface: Qmi.NasRadioInterface)

Get the ‘Error Rate’ field from self.

Added in version 1.0.

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.

Added 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.

Added 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.

Added in version 1.0.

get_registration_reject_reason()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_registration_reject_reason_service_domain:

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

value_registration_reject_reason_reject_cause:

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

Return type:

(bool, value_registration_reject_reason_service_domain: Qmi.NasNetworkServiceDomain, value_registration_reject_reason_reject_cause: int)

Get the ‘Registration Reject Reason’ field from self.

Added in version 1.0.

get_rf_band_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rf_band_information_ptr:

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

Return type:

(bool, value_rf_band_information_ptr: [Qmi.IndicationNasEventReportOutputRfBandInformationElement])

Get the ‘RF Band Information’ field from self.

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

Added in version 1.32.

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.

Added in version 1.0.

get_rssi()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rssi_rssi:

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

value_rssi_radio_interface:

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

Return type:

(bool, value_rssi_rssi: int, value_rssi_radio_interface: Qmi.NasRadioInterface)

Get the ‘RSSI’ field from self.

Added in version 1.0.

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.

Added 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.

Added in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationNasEventReportOutput

Atomically increments the reference count of self by one.

Added 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.

Added in version 1.0.