Qmi.MessageNasGetTxRxInfoOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasGetTxRxInfoOutput¶
The
Qmi.MessageNasGetTxRxInfoOutput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- get_rx_chain_0_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_chain_0_info_is_radio_tuned:
- value_rx_chain_0_info_rx_power:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_0_info_ecio:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_0_info_rscp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_0_info_rsrp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_0_info_phase:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_rx_chain_0_info_is_radio_tuned:bool
, value_rx_chain_0_info_rx_power:int
, value_rx_chain_0_info_ecio:int
, value_rx_chain_0_info_rscp:int
, value_rx_chain_0_info_rsrp:int
, value_rx_chain_0_info_phase:int
)
Get the ‘Rx Chain 0 Info’ field from self.
New in version 1.6.
- get_rx_chain_1_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_chain_1_info_is_radio_tuned:
- value_rx_chain_1_info_rx_power:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_1_info_ecio:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_1_info_rscp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_1_info_rsrp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_1_info_phase:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_rx_chain_1_info_is_radio_tuned:bool
, value_rx_chain_1_info_rx_power:int
, value_rx_chain_1_info_ecio:int
, value_rx_chain_1_info_rscp:int
, value_rx_chain_1_info_rsrp:int
, value_rx_chain_1_info_phase:int
)
Get the ‘Rx Chain 1 Info’ field from self.
New in version 1.6.
- get_rx_chain_2_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_chain_2_info_is_radio_tuned:
- value_rx_chain_2_info_rx_power:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_2_info_ecio:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_2_info_rscp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_2_info_rsrp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_2_info_phase:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_rx_chain_2_info_is_radio_tuned:bool
, value_rx_chain_2_info_rx_power:int
, value_rx_chain_2_info_ecio:int
, value_rx_chain_2_info_rscp:int
, value_rx_chain_2_info_rsrp:int
, value_rx_chain_2_info_phase:int
)
Get the ‘Rx Chain 2 Info’ field from self.
New in version 1.28.
- get_rx_chain_3_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_chain_3_info_is_radio_tuned:
- value_rx_chain_3_info_rx_power:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_3_info_ecio:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_3_info_rscp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_3_info_rsrp:
a placeholder for the output #gint32, or
None
if not required.- value_rx_chain_3_info_phase:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_rx_chain_3_info_is_radio_tuned:bool
, value_rx_chain_3_info_rx_power:int
, value_rx_chain_3_info_ecio:int
, value_rx_chain_3_info_rscp:int
, value_rx_chain_3_info_rsrp:int
, value_rx_chain_3_info_phase:int
)
Get the ‘Rx Chain 3 Info’ field from self.
New in version 1.28.
- get_tx_info()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_tx_info_is_in_traffic:bool
, value_tx_info_tx_power:int
)
Get the ‘Tx Info’ field from self.
New in version 1.6.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.6.
- 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.6.