Qmi.IndicationNasEventReportOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.IndicationNasEventReportOutput¶
The
Qmi.IndicationNasEventReportOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_ecio()¶
- Raises:
- 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
, orNone
if 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:
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
, orNone
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.
New in version 1.0.
- get_io()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_io:
a placeholder for the output #gint32, or
None
if not required.
- Return type:
Get the ‘IO’ field from self.
New in version 1.0.
- get_lte_rsrp()¶
- Raises:
- 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:
Get the ‘LTE RSRP’ field from self.
New in version 1.0.
- get_lte_snr()¶
- Raises:
- 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:
Get the ‘LTE SNR’ field from self.
New in version 1.0.
- get_registration_reject_reason()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_registration_reject_reason_service_domain:
a placeholder for the output
Qmi.NasNetworkServiceDomain
, orNone
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.
New in version 1.0.
- get_rf_band_information()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rf_band_information_ptr:
a placeholder for the output array of
Qmi.IndicationNasEventReportOutputRfBandInformationElement
elements, orNone
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.New in version 1.32.
- get_rsrq()¶
- Raises:
- 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
, orNone
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()¶
- Raises:
- 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
, orNone
if 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:
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
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_sinr:
a placeholder for the output
Qmi.NasEvdoSinrLevel
, orNone
if 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.