Qmi.MessageImsdcmPdpDeactivateRequestInput

Fields

None

Methods

class

new ()

get_instance_id ()

get_pdp_id ()

ref ()

set_instance_id (value_instance_id)

set_pdp_id (value_pdp_id)

unref ()

Details

class Qmi.MessageImsdcmPdpDeactivateRequestInput

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

Added in version 1.37.

classmethod new()
Returns:

the newly created Qmi.MessageImsdcmPdpDeactivateRequestInput. The returned value should be freed with Qmi.MessageImsdcmPdpDeactivateRequestInput.unref().

Return type:

Qmi.MessageImsdcmPdpDeactivateRequestInput

Allocates a new Qmi.MessageImsdcmPdpDeactivateRequestInput.

Added in version 1.37.

get_instance_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_instance_id:

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

Return type:

(bool, value_instance_id: Qmi.ImsDcmInstanceId)

Get the ‘Instance Id’ field from self.

Added in version 1.37.

get_pdp_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_id:

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

Return type:

(bool, value_pdp_id: int)

Get the ‘PDP Id’ field from self.

Added in version 1.37.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageImsdcmPdpDeactivateRequestInput

Atomically increments the reference count of self by one.

Added in version 1.37.

set_instance_id(value_instance_id)
Parameters:

value_instance_id (Qmi.ImsDcmInstanceId) – a Qmi.ImsDcmInstanceId.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Instance Id’ field in the message.

Added in version 1.37.

set_pdp_id(value_pdp_id)
Parameters:

value_pdp_id (int) – a #guint8.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘PDP Id’ field in the message.

Added in version 1.37.

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