Qmi.MessageWmsSetEventReportInput

Fields

None

Methods

class

new ()

get_new_mt_message_indicator ()

ref ()

set_new_mt_message_indicator (value_new_mt_message_indicator_report)

unref ()

Details

class Qmi.MessageWmsSetEventReportInput

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

New in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWmsSetEventReportInput

Allocates a new Qmi.MessageWmsSetEventReportInput.

New in version 1.0.

get_new_mt_message_indicator()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_new_mt_message_indicator_report:

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

Return type:

(bool, value_new_mt_message_indicator_report: bool)

Get the ‘New MT Message Indicator’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsSetEventReportInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_new_mt_message_indicator(value_new_mt_message_indicator_report)
Parameters:

value_new_mt_message_indicator_report (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘New MT Message Indicator’ 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.