Qmi.MessageWmsSendFromMemoryStorageInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWmsSendFromMemoryStorageInput¶
The
Qmi.MessageWmsSendFromMemoryStorageInputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWmsSendFromMemoryStorageInput. The returned value should be freed withQmi.MessageWmsSendFromMemoryStorageInput.unref().- Return type:
Allocates a new
Qmi.MessageWmsSendFromMemoryStorageInput.New in version 1.0.
- get_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_information_storage_type:
a placeholder for the output
Qmi.WmsStorageType, orNoneif not required.- value_information_memory_index:
a placeholder for the output #guint32, or
Noneif not required.- value_information_message_mode:
a placeholder for the output
Qmi.WmsMessageMode, orNoneif not required.
- Return type:
(
bool, value_information_storage_type:Qmi.WmsStorageType, value_information_memory_index:int, value_information_message_mode:Qmi.WmsMessageMode)
Get the ‘Information’ field from self.
New in version 1.0.
- get_sms_on_ims()¶
- Raises:
- Returns:
- Return type:
Get the ‘SMS on IMS’ field from self.
New in version 1.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.0.
- set_information(value_information_storage_type, value_information_memory_index, value_information_message_mode)¶
- Parameters:
value_information_storage_type (
Qmi.WmsStorageType) – aQmi.WmsStorageType.value_information_memory_index (
int) – a #guint32.value_information_message_mode (
Qmi.WmsMessageMode) – aQmi.WmsMessageMode.
- Raises:
- Returns:
- Return type:
Set the ‘Information’ field in the message.
New in version 1.0.
- set_sms_on_ims(value_sms_on_ims)¶
- Parameters:
- Raises:
- Returns:
- Return type:
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.