Qmi.MessageNasSwiGetStatusOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasSwiGetStatusOutput¶
The
Qmi.MessageNasSwiGetStatusOutputstructure contains private data and should only be accessed using the provided API.New in version 1.24.
- get_common_info_v2()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_common_info_v2_temperature:
a placeholder for the output #gint8, or
Noneif not required.- value_common_info_v2_modem_mode:
a placeholder for the output
Qmi.NasSwiModemMode, orNoneif not required.- value_common_info_v2_system_mode:
a placeholder for the output
Qmi.NasSwiSystemMode, orNoneif not required.- value_common_info_v2_ims_registration_state:
a placeholder for the output
Qmi.NasSwiImsRegState, orNoneif not required.- value_common_info_v2_packet_service_state:
a placeholder for the output
Qmi.NasSwiPsState, orNoneif 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:
Trueif the field is found,Falseotherwise.- value_lte_info_band:
a placeholder for the output
Qmi.NasActiveBand, orNoneif not required.- value_lte_info_bandwidth:
a placeholder for the output
Qmi.NasDLBandwidth, orNoneif not required.- value_lte_info_rx_channel:
a placeholder for the output #guint16, or
Noneif not required.- value_lte_info_tx_channel:
a placeholder for the output #guint16, or
Noneif not required.- value_lte_info_emm_state:
a placeholder for the output
Qmi.NasSwiEmmState, orNoneif not required.- value_lte_info_emm_sub_state:
a placeholder for the output #guint8, or
Noneif not required.- value_lte_info_emm_connection_state:
a placeholder for the output
Qmi.NasSwiEmmConnectionState, orNoneif 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.