Qmi.IndicationWmsEventReportOutput

Fields

None

Methods

get_etws_message ()

get_etws_plmn_information ()

get_message_mode ()

get_mt_message ()

get_sms_on_ims ()

get_smsc_address ()

get_transfer_route_mt_message ()

ref ()

unref ()

Details

class Qmi.IndicationWmsEventReportOutput

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

New in version 1.0.

get_etws_message()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_etws_message_notification_type:

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

value_etws_message_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_etws_message_notification_type: Qmi.WmsNotificationType, value_etws_message_raw_data: bytes)

Get the ‘ETWS Message’ field from self.

New in version 1.0.

get_etws_plmn_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_etws_plmn_information_mcc:

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

value_etws_plmn_information_mnc:

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

Return type:

(bool, value_etws_plmn_information_mcc: int, value_etws_plmn_information_mnc: int)

Get the ‘ETWS PLMN Information’ field from self.

New in version 1.0.

get_message_mode()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_mode:

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

Return type:

(bool, value_message_mode: Qmi.WmsMessageMode)

Get the ‘Message Mode’ field from self.

New in version 1.0.

get_mt_message()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_mt_message_storage_type:

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

value_mt_message_memory_index:

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

Return type:

(bool, value_mt_message_storage_type: Qmi.WmsStorageType, value_mt_message_memory_index: int)

Get the ‘MT Message’ field from self.

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

New in version 1.0.

get_smsc_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_smsc_address:

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

Return type:

(bool, value_smsc_address: str)

Get the ‘SMSC Address’ field from self.

New in version 1.0.

get_transfer_route_mt_message()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_transfer_route_mt_message_ack_indicator:

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

value_transfer_route_mt_message_transaction_id:

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

value_transfer_route_mt_message_format:

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

value_transfer_route_mt_message_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_transfer_route_mt_message_ack_indicator: Qmi.WmsAckIndicator, value_transfer_route_mt_message_transaction_id: int, value_transfer_route_mt_message_format: Qmi.WmsMessageFormat, value_transfer_route_mt_message_raw_data: bytes)

Get the ‘Transfer Route MT Message’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationWmsEventReportOutput

Atomically increments the reference count of self by one.

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.