Qmi.MessageNasSwiGetStatusOutput

Fields

None

Methods

get_common_info_v2 ()

get_lte_info ()

get_result ()

ref ()

unref ()

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:

GLib.Error

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, or None if not required.

value_common_info_v2_system_mode:

a placeholder for the output Qmi.NasSwiSystemMode, or None if not required.

value_common_info_v2_ims_registration_state:

a placeholder for the output Qmi.NasSwiImsRegState, or None if not required.

value_common_info_v2_packet_service_state:

a placeholder for the output Qmi.NasSwiPsState, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_info_band:

a placeholder for the output Qmi.NasActiveBand, or None if not required.

value_lte_info_bandwidth:

a placeholder for the output Qmi.NasDLBandwidth, or None 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, or None 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, or None 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:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

New in version 1.24.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasSwiGetStatusOutput

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.