Qmi.MessageWmsDeleteInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWmsDeleteInput¶
The
Qmi.MessageWmsDeleteInputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWmsDeleteInput. The returned value should be freed withQmi.MessageWmsDeleteInput.unref().- Return type:
Allocates a new
Qmi.MessageWmsDeleteInput.New in version 1.0.
- get_memory_index()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_memory_index:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
Get the ‘Memory Index’ field from self.
New in version 1.0.
- get_memory_storage()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_memory_storage:
a placeholder for the output
Qmi.WmsStorageType, orNoneif not required.
- Return type:
(
bool, value_memory_storage:Qmi.WmsStorageType)
Get the ‘Memory Storage’ field from self.
New in version 1.0.
- get_message_mode()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_message_mode:
a placeholder for the output
Qmi.WmsMessageMode, orNoneif not required.
- Return type:
(
bool, value_message_mode:Qmi.WmsMessageMode)
Get the ‘Message Mode’ field from self.
New in version 1.0.
- get_message_tag()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_message_tag:
a placeholder for the output
Qmi.WmsMessageTagType, orNoneif not required.
- Return type:
(
bool, value_message_tag:Qmi.WmsMessageTagType)
Get the ‘Message Tag’ 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_memory_index(value_memory_index)¶
- Parameters:
value_memory_index (
int) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘Memory Index’ field in the message.
New in version 1.0.
- set_memory_storage(value_memory_storage)¶
- Parameters:
value_memory_storage (
Qmi.WmsStorageType) – aQmi.WmsStorageType.- Raises:
- Returns:
- Return type:
Set the ‘Memory Storage’ field in the message.
New in version 1.0.
- set_message_mode(value_message_mode)¶
- Parameters:
value_message_mode (
Qmi.WmsMessageMode) – aQmi.WmsMessageMode.- Raises:
- Returns:
- Return type:
Set the ‘Message Mode’ field in the message.
New in version 1.0.
- set_message_tag(value_message_tag)¶
- Parameters:
value_message_tag (
Qmi.WmsMessageTagType) – aQmi.WmsMessageTagType.- Raises:
- Returns:
- Return type:
Set the ‘Message Tag’ 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.