Qmi.MessageNasGetSignalStrengthOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetSignalStrengthOutput¶
The
Qmi.MessageNasGetSignalStrengthOutputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_ecio_list()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_ecio_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputEcioListElementelements, orNoneif 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:
Trueif the field is found,Falseotherwise.- value_error_rate_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputErrorRateListElementelements, orNoneif 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:
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_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.0.
- 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_list()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_rssi_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputRssiListElementelements, orNoneif 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:
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.
- get_strength_list()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_strength_list_ptr:
a placeholder for the output array of
Qmi.MessageNasGetSignalStrengthOutputStrengthListElementelements, orNoneif 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.