Qmi.MessageWmsRawSendInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWmsRawSendInput¶
 The
Qmi.MessageWmsRawSendInputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageWmsRawSendInput. The returned value should be freed withQmi.MessageWmsRawSendInput.unref().- Return type:
 
Allocates a new
Qmi.MessageWmsRawSendInput.New in version 1.0.
- get_cdma_follow_on_dc()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘CDMA Follow On DC’ field from self.
New in version 1.0.
- get_cdma_force_on_dc()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_cdma_force_on_dc_force:
 - value_cdma_force_on_dc_service_option:
 a placeholder for the output
Qmi.WmsCdmaServiceOption, orNoneif not required.
- Return type:
 (
bool, value_cdma_force_on_dc_force:bool, value_cdma_force_on_dc_service_option:Qmi.WmsCdmaServiceOption)
Get the ‘CDMA Force On DC’ field from self.
New in version 1.0.
- get_gsm_wcdma_link_timer()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_gsm_wcdma_link_timer:
 a placeholder for the output #guint8, or
Noneif not required.
- Return type:
 
Get the ‘GSM WCDMA Link Timer’ field from self.
New in version 1.0.
- get_raw_message_data()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_raw_message_data_format:
 a placeholder for the output
Qmi.WmsMessageFormat, orNoneif not required.- value_raw_message_data_raw_data:
 a placeholder for the output
GLib.Arrayof #guint8 elements, orNoneif not required. Do not free it, it is owned by self.
- Return type:
 (
bool, value_raw_message_data_format:Qmi.WmsMessageFormat, value_raw_message_data_raw_data:bytes)
Get the ‘Raw Message Data’ 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_cdma_follow_on_dc(value_cdma_follow_on_dc_follow)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘CDMA Follow On DC’ field in the message.
New in version 1.0.
- set_cdma_force_on_dc(value_cdma_force_on_dc_force, value_cdma_force_on_dc_service_option)¶
 - Parameters:
 value_cdma_force_on_dc_service_option (
Qmi.WmsCdmaServiceOption) – aQmi.WmsCdmaServiceOption.
- Raises:
 - Returns:
 - Return type:
 
Set the ‘CDMA Force On DC’ field in the message.
New in version 1.0.
- set_gsm_wcdma_link_timer(value_gsm_wcdma_link_timer)¶
 - Parameters:
 value_gsm_wcdma_link_timer (
int) – a #guint8.- Raises:
 - Returns:
 - Return type:
 
Set the ‘GSM WCDMA Link Timer’ field in the message.
New in version 1.0.
- set_raw_message_data(value_raw_message_data_format, value_raw_message_data_raw_data)¶
 - Parameters:
 value_raw_message_data_format (
Qmi.WmsMessageFormat) – aQmi.WmsMessageFormat.value_raw_message_data_raw_data (
bytes) – aGLib.Arrayof #guint8 elements. A new reference to value_raw_message_data_raw_data will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotifyas clear function for each element in the array.
- Raises:
 - Returns:
 - Return type:
 
Set the ‘Raw Message Data’ 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.