Qmi.MessageNasGetSignalStrengthOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetSignalStrengthOutput¶
The
Qmi.MessageNasGetSignalStrengthOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_ecio_list()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ecio_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputEcioListElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_ecio_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputEcioListElement
])
Get the ‘ECIO List’ field from self.
Version of
Qmi.MessageNasGetSignalStrengthOutput.get_ecio_list
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- get_error_rate_list()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_error_rate_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputErrorRateListElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_error_rate_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputErrorRateListElement
])
Get the ‘Error Rate List’ field from self.
Version of
Qmi.MessageNasGetSignalStrengthOutput.get_error_rate_list
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- 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_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.0.
- 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_list()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rssi_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputRssiListElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_rssi_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputRssiListElement
])
Get the ‘RSSI List’ field from self.
Version of
Qmi.MessageNasGetSignalStrengthOutput.get_rssi_list
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- 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.
- get_strength_list()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_strength_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputStrengthListElement
elements, orNone
if not required. Do not free or modify it, it is owned by self.
- Return type:
(
bool
, value_strength_list_ptr: [Qmi.MessageNasGetSignalStrengthOutputStrengthListElement
])
Get the ‘Strength List’ field from self.
Version of
Qmi.MessageNasGetSignalStrengthOutput.get_strength_list
() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.New in version 1.32.
- 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.