Qmi.MessageNasGetSignalInfoOutput¶
Fields¶
None
Methods¶
Details¶
-
class
Qmi.
MessageNasGetSignalInfoOutput
¶ The
Qmi.MessageNasGetSignalInfoOutput
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.26.2.
-
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.26.2.
-
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
, orNone
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_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_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_tdma_signal_strength_extended
()¶ Raises: GLib.Error
Returns: True
if the field is found,False
otherwise.value_tdma_signal_strength_extended_rssi: a placeholder for the output #gint32, or None
if not required.value_tdma_signal_strength_extended_rscp: a placeholder for the output #gint32, or None
if not required.value_tdma_signal_strength_extended_ecio: a placeholder for the output #gint32, or None
if not required.value_tdma_signal_strength_extended_sinr: a placeholder for the output #gint32, or None
if not required.Return type: ( bool
, value_tdma_signal_strength_extended_rssi:int
, value_tdma_signal_strength_extended_rscp:int
, value_tdma_signal_strength_extended_ecio:int
, value_tdma_signal_strength_extended_sinr:int
)Get the ‘TDMA Signal Strength Extended’ field from self.
New in version 1.26.2.
-
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.MessageNasGetSignalInfoOutput
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.
-