Qmi.IndicationNasEventReportOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.IndicationNasEventReportOutput¶
 The
Qmi.IndicationNasEventReportOutputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_ecio()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_ecio_ecio:
 a placeholder for the output #guint8, or
Noneif not required.- value_ecio_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
 (
bool, value_ecio_ecio:int, value_ecio_radio_interface:Qmi.NasRadioInterface)
Get the ‘ECIO’ field from self.
New in version 1.14.
- get_error_rate()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_error_rate_rate:
 a placeholder for the output #guint16, or
Noneif not required.- value_error_rate_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
 (
bool, value_error_rate_rate:int, value_error_rate_radio_interface:Qmi.NasRadioInterface)
Get the ‘Error Rate’ field from self.
New in version 1.0.
- get_io()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_io:
 a placeholder for the output #gint32, or
Noneif not required.
- Return type:
 
Get the ‘IO’ field from self.
New in version 1.0.
- get_lte_rsrp()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_lte_rsrp:
 a placeholder for the output #gint16, or
Noneif not required.
- Return type:
 
Get the ‘LTE RSRP’ field from self.
New in version 1.0.
- get_lte_snr()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_lte_snr:
 a placeholder for the output #gint16, or
Noneif not required.
- Return type:
 
Get the ‘LTE SNR’ field from self.
New in version 1.0.
- get_registration_reject_reason()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_registration_reject_reason_service_domain:
 a placeholder for the output
Qmi.NasNetworkServiceDomain, orNoneif not required.- value_registration_reject_reason_reject_cause:
 a placeholder for the output #guint16, or
Noneif 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.
New in version 1.0.
- get_rf_band_information()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_rf_band_information_ptr:
 a placeholder for the output array of
Qmi.IndicationNasEventReportOutputRfBandInformationElementelements, orNoneif 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.New in version 1.32.
- get_rsrq()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_rsrq_rsrq:
 a placeholder for the output #gint8, or
Noneif not required.- value_rsrq_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif 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()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_rssi_rssi:
 a placeholder for the output #guint8, or
Noneif not required.- value_rssi_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif not required.
- Return type:
 (
bool, value_rssi_rssi:int, value_rssi_radio_interface:Qmi.NasRadioInterface)
Get the ‘RSSI’ field from self.
New in version 1.0.
- get_signal_strength()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_signal_strength_strength:
 a placeholder for the output #gint8, or
Noneif not required.- value_signal_strength_radio_interface:
 a placeholder for the output
Qmi.NasRadioInterface, orNoneif 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:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_sinr:
 a placeholder for the output
Qmi.NasEvdoSinrLevel, orNoneif not required.
- Return type:
 (
bool, value_sinr:Qmi.NasEvdoSinrLevel)
Get the ‘SINR’ field from self.
New in version 1.0.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
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.