Qmi.IndicationWmsEventReportOutput¶
Fields¶
None
Methods¶
|
|
|
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:
- Returns:
True
if the field is found,False
otherwise.- value_etws_message_notification_type:
a placeholder for the output
Qmi.WmsNotificationType
, orNone
if not required.- value_etws_message_raw_data:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
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:
- Returns:
- 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:
- Returns:
True
if the field is found,False
otherwise.- value_message_mode:
a placeholder for the output
Qmi.WmsMessageMode
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_mt_message_storage_type:
a placeholder for the output
Qmi.WmsStorageType
, orNone
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:
- Returns:
- Return type:
Get the ‘SMS on IMS’ field from self.
New in version 1.0.
- get_smsc_address()¶
- Raises:
- 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:
Get the ‘SMSC Address’ field from self.
New in version 1.0.
- get_transfer_route_mt_message()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_transfer_route_mt_message_ack_indicator:
a placeholder for the output
Qmi.WmsAckIndicator
, orNone
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
, orNone
if not required.- value_transfer_route_mt_message_raw_data:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
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:
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.