Qmi.IndicationNasSignalInfoOutput¶
Fields¶
None
Methods¶
get_cdma_signal_strength () |
|
get_gsm_signal_strength () |
|
get_hdr_signal_strength () |
|
get_lte_signal_strength () |
|
get_tdma_signal_strength () |
|
get_wcdma_signal_strength () |
|
ref () |
|
unref () |
Details¶
-
class
Qmi.
IndicationNasSignalInfoOutput
¶ The
Qmi.IndicationNasSignalInfoOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
-
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_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_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.IndicationNasSignalInfoOutput
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.
-