Qmi.MessageWmsRawReadInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWmsRawReadInput¶
 The
Qmi.MessageWmsRawReadInputstructure 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 withQmi.MessageWmsRawReadInput.unref().- Return type:
 
Allocates a new
Qmi.MessageWmsRawReadInput.New in version 1.0.
- get_message_memory_storage_id()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_message_memory_storage_id_storage_type:
 a placeholder for the output
Qmi.WmsStorageType, orNoneif not required.- value_message_memory_storage_id_memory_index:
 a placeholder for the output #guint32, or
Noneif 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:
 - 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_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_message_memory_storage_id(value_message_memory_storage_id_storage_type, value_message_memory_storage_id_memory_index)¶
 - Parameters:
 value_message_memory_storage_id_storage_type (
Qmi.WmsStorageType) – aQmi.WmsStorageType.value_message_memory_storage_id_memory_index (
int) – a #guint32.
- Raises:
 - Returns:
 - Return type:
 
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) – aQmi.WmsMessageMode.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Message Mode’ 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.