Qmi.IndicationWdsPacketServiceStatusOutput

Fields

None

Methods

get_call_end_reason ()

get_connection_status ()

get_extended_technology_preference ()

get_ip_family ()

get_verbose_call_end_reason ()

ref ()

unref ()

Details

class Qmi.IndicationWdsPacketServiceStatusOutput

The Qmi.IndicationWdsPacketServiceStatusOutput structure contains private data and should only be accessed using the provided API.

New in version 1.14.

get_call_end_reason()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_call_end_reason:

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

Return type:

(bool, value_call_end_reason: Qmi.WdsCallEndReason)

Get the ‘Call End Reason’ field from self.

New in version 1.14.

get_connection_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_connection_status_status:

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

value_connection_status_reconfiguration_required:

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

Return type:

(bool, value_connection_status_status: Qmi.WdsConnectionStatus, value_connection_status_reconfiguration_required: bool)

Get the ‘Connection Status’ field from self.

New in version 1.14.

get_extended_technology_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_extended_technology_preference:

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

Return type:

(bool, value_extended_technology_preference: Qmi.WdsExtendedTechnologyPreference)

Get the ‘Extended Technology Preference’ field from self.

New in version 1.14.

get_ip_family()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ip_family:

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

Return type:

(bool, value_ip_family: Qmi.WdsIpFamily)

Get the ‘IP Family’ field from self.

New in version 1.14.

get_verbose_call_end_reason()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_verbose_call_end_reason_type:

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

value_verbose_call_end_reason_reason:

a placeholder for the output #gint16, or None if not required.

Return type:

(bool, value_verbose_call_end_reason_type: Qmi.WdsVerboseCallEndReasonType, value_verbose_call_end_reason_reason: int)

Get the ‘Verbose Call End Reason’ field from self.

New in version 1.14.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationWdsPacketServiceStatusOutput

Atomically increments the reference count of self by one.

New in version 1.14.

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.14.