Qmi.MessageWmsRawReadInput

Fields

None

Methods

class

new ()

get_message_memory_storage_id ()

get_message_mode ()

get_sms_on_ims ()

ref ()

set_message_memory_storage_id (value_message_memory_storage_id_storage_type, value_message_memory_storage_id_memory_index)

set_message_mode (value_message_mode)

set_sms_on_ims (value_sms_on_ims)

unref ()

Details

class Qmi.MessageWmsRawReadInput

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

New in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWmsRawReadInput

Allocates a new Qmi.MessageWmsRawReadInput.

New in version 1.0.

get_message_memory_storage_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_memory_storage_id_storage_type:

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

value_message_memory_storage_id_memory_index:

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

Return type:

(bool, value_message_memory_storage_id_storage_type: Qmi.WmsStorageType, value_message_memory_storage_id_memory_index: int)

Get the ‘Message Memory Storage ID’ field from self.

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

New in version 1.0.

get_sms_on_ims()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_sms_on_ims:

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

Return type:

(bool, value_sms_on_ims: bool)

Get the ‘SMS on IMS’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsRawReadInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_message_memory_storage_id(value_message_memory_storage_id_storage_type, value_message_memory_storage_id_memory_index)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Message Memory Storage ID’ field in the message.

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

New in version 1.0.

set_sms_on_ims(value_sms_on_ims)
Parameters:

value_sms_on_ims (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘SMS on IMS’ field in the message.

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

New in version 1.0.