Qmi.MessageNasSwiGetStatusOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasSwiGetStatusOutput¶
The
Qmi.MessageNasSwiGetStatusOutput
structure contains private data and should only be accessed using the provided API.New in version 1.24.
- get_common_info_v2()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_common_info_v2_temperature:
a placeholder for the output #gint8, or
None
if not required.- value_common_info_v2_modem_mode:
a placeholder for the output
Qmi.NasSwiModemMode
, orNone
if not required.- value_common_info_v2_system_mode:
a placeholder for the output
Qmi.NasSwiSystemMode
, orNone
if not required.- value_common_info_v2_ims_registration_state:
a placeholder for the output
Qmi.NasSwiImsRegState
, orNone
if not required.- value_common_info_v2_packet_service_state:
a placeholder for the output
Qmi.NasSwiPsState
, orNone
if not required.
- Return type:
(
bool
, value_common_info_v2_temperature:int
, value_common_info_v2_modem_mode:Qmi.NasSwiModemMode
, value_common_info_v2_system_mode:Qmi.NasSwiSystemMode
, value_common_info_v2_ims_registration_state:Qmi.NasSwiImsRegState
, value_common_info_v2_packet_service_state:Qmi.NasSwiPsState
)
Get the ‘Common Info v2’ field from self.
New in version 1.30.
- get_lte_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_lte_info_band:
a placeholder for the output
Qmi.NasActiveBand
, orNone
if not required.- value_lte_info_bandwidth:
a placeholder for the output
Qmi.NasDLBandwidth
, orNone
if not required.- value_lte_info_rx_channel:
a placeholder for the output #guint16, or
None
if not required.- value_lte_info_tx_channel:
a placeholder for the output #guint16, or
None
if not required.- value_lte_info_emm_state:
a placeholder for the output
Qmi.NasSwiEmmState
, orNone
if not required.- value_lte_info_emm_sub_state:
a placeholder for the output #guint8, or
None
if not required.- value_lte_info_emm_connection_state:
a placeholder for the output
Qmi.NasSwiEmmConnectionState
, orNone
if not required.
- Return type:
(
bool
, value_lte_info_band:Qmi.NasActiveBand
, value_lte_info_bandwidth:Qmi.NasDLBandwidth
, value_lte_info_rx_channel:int
, value_lte_info_tx_channel:int
, value_lte_info_emm_state:Qmi.NasSwiEmmState
, value_lte_info_emm_sub_state:int
, value_lte_info_emm_connection_state:Qmi.NasSwiEmmConnectionState
)
Get the ‘LTE Info’ field from self.
New in version 1.24.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.24.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.24.
- 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.24.