Qmi.MessageWmsRawSendInput

Fields

None

Methods

class

new ()

get_cdma_follow_on_dc ()

get_cdma_force_on_dc ()

get_gsm_wcdma_link_timer ()

get_raw_message_data ()

get_sms_on_ims ()

ref ()

set_cdma_follow_on_dc (value_cdma_follow_on_dc_follow)

set_cdma_force_on_dc (value_cdma_force_on_dc_force, value_cdma_force_on_dc_service_option)

set_gsm_wcdma_link_timer (value_gsm_wcdma_link_timer)

set_raw_message_data (value_raw_message_data_format, value_raw_message_data_raw_data)

set_sms_on_ims (value_sms_on_ims)

unref ()

Details

class Qmi.MessageWmsRawSendInput

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

Added in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWmsRawSendInput

Allocates a new Qmi.MessageWmsRawSendInput.

Added in version 1.0.

get_cdma_follow_on_dc()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_follow_on_dc_follow:

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

Return type:

(bool, value_cdma_follow_on_dc_follow: bool)

Get the ‘CDMA Follow On DC’ field from self.

Added in version 1.0.

get_cdma_force_on_dc()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_force_on_dc_force:

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

value_cdma_force_on_dc_service_option:

a placeholder for the output Qmi.WmsCdmaServiceOption, or None if 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.

Added in version 1.0.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gsm_wcdma_link_timer:

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

Return type:

(bool, value_gsm_wcdma_link_timer: int)

Get the ‘GSM WCDMA Link Timer’ field from self.

Added in version 1.0.

get_raw_message_data()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_raw_message_data_format:

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

value_raw_message_data_raw_data:

a placeholder for the output GLib.Array of #guint8 elements, or None if 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.

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

Added in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsRawSendInput

Atomically increments the reference count of self by one.

Added in version 1.0.

set_cdma_follow_on_dc(value_cdma_follow_on_dc_follow)
Parameters:

value_cdma_follow_on_dc_follow (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA Follow On DC’ field in the message.

Added in version 1.0.

set_cdma_force_on_dc(value_cdma_force_on_dc_force, value_cdma_force_on_dc_service_option)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA Force On DC’ field in the message.

Added in version 1.0.

Parameters:

value_gsm_wcdma_link_timer (int) – a #guint8.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘GSM WCDMA Link Timer’ field in the message.

Added in version 1.0.

set_raw_message_data(value_raw_message_data_format, value_raw_message_data_raw_data)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Raw Message Data’ field in the message.

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

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

Added in version 1.0.