Qmi.MessageWmsDeleteInput

Fields

None

Methods

class

new ()

get_memory_index ()

get_memory_storage ()

get_message_mode ()

get_message_tag ()

ref ()

set_memory_index (value_memory_index)

set_memory_storage (value_memory_storage)

set_message_mode (value_message_mode)

set_message_tag (value_message_tag)

unref ()

Details

class Qmi.MessageWmsDeleteInput

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

Added in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWmsDeleteInput

Allocates a new Qmi.MessageWmsDeleteInput.

Added in version 1.0.

get_memory_index()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_memory_index:

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

Return type:

(bool, value_memory_index: int)

Get the ‘Memory Index’ field from self.

Added in version 1.0.

get_memory_storage()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_memory_storage:

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

Return type:

(bool, value_memory_storage: Qmi.WmsStorageType)

Get the ‘Memory Storage’ field from self.

Added in version 1.0.

get_message_mode()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_mode:

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

Return type:

(bool, value_message_mode: Qmi.WmsMessageMode)

Get the ‘Message Mode’ field from self.

Added in version 1.0.

get_message_tag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_tag:

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

Return type:

(bool, value_message_tag: Qmi.WmsMessageTagType)

Get the ‘Message Tag’ field from self.

Added in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsDeleteInput

Atomically increments the reference count of self by one.

Added in version 1.0.

set_memory_index(value_memory_index)
Parameters:

value_memory_index (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Memory Index’ field in the message.

Added in version 1.0.

set_memory_storage(value_memory_storage)
Parameters:

value_memory_storage (Qmi.WmsStorageType) – a Qmi.WmsStorageType.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Memory Storage’ field in the message.

Added in version 1.0.

set_message_mode(value_message_mode)
Parameters:

value_message_mode (Qmi.WmsMessageMode) – a Qmi.WmsMessageMode.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Message Mode’ field in the message.

Added in version 1.0.

set_message_tag(value_message_tag)
Parameters:

value_message_tag (Qmi.WmsMessageTagType) – a Qmi.WmsMessageTagType.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Message Tag’ field in the message.

Added in version 1.0.

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