Qmi.IndicationWdsPacketServiceStatusOutput

Fields

None

Methods

get_bearer_id ()

get_call_end_reason ()

get_connection_status ()

get_extended_technology_preference ()

get_ip_family ()

get_verbose_call_end_reason ()

get_xlat_capability ()

ref ()

unref ()

Details

class Qmi.IndicationWdsPacketServiceStatusOutput

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

Added in version 1.14.

get_bearer_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_bearer_id:

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

Return type:

(bool, value_bearer_id: int)

Get the ‘Bearer ID’ field from self.

Added in version 1.36.

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.

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

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

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

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

Added in version 1.14.

get_xlat_capability()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_xlat_capability:

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

Return type:

(bool, value_xlat_capability: bool)

Get the ‘XLAT Capability’ field from self.

Added in version 1.36.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationWdsPacketServiceStatusOutput

Atomically increments the reference count of self by one.

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

Added in version 1.14.