Qmi.MessageImsaGetImsServicesStatusOutput

Fields

None

Methods

get_ims_sms_service_registration_technology ()

get_ims_sms_service_status ()

get_ims_ue_to_tas_service_registration_technology ()

get_ims_ue_to_tas_service_status ()

get_ims_video_share_service_registration_technology ()

get_ims_video_share_service_status ()

get_ims_video_telephony_service_registration_technology ()

get_ims_video_telephony_service_status ()

get_ims_voice_service_registration_technology ()

get_ims_voice_service_status ()

get_result ()

ref ()

unref ()

Details

class Qmi.MessageImsaGetImsServicesStatusOutput

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

New in version 1.34.

get_ims_sms_service_registration_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_sms_service_registration_technology:

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

Return type:

(bool, value_ims_sms_service_registration_technology: Qmi.ImsaRegistrationTechnology)

Get the ‘IMS SMS Service Registration Technology’ field from self.

New in version 1.34.

get_ims_sms_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_sms_service_status:

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

Return type:

(bool, value_ims_sms_service_status: Qmi.ImsaServiceStatus)

Get the ‘IMS SMS Service Status’ field from self.

New in version 1.34.

get_ims_ue_to_tas_service_registration_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_ue_to_tas_service_registration_technology:

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

Return type:

(bool, value_ims_ue_to_tas_service_registration_technology: Qmi.ImsaRegistrationTechnology)

Get the ‘IMS UE to TAS Service Registration Technology’ field from self.

New in version 1.34.

get_ims_ue_to_tas_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_ue_to_tas_service_status:

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

Return type:

(bool, value_ims_ue_to_tas_service_status: Qmi.ImsaServiceStatus)

Get the ‘IMS UE to TAS Service Status’ field from self.

New in version 1.34.

get_ims_video_share_service_registration_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_video_share_service_registration_technology:

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

Return type:

(bool, value_ims_video_share_service_registration_technology: Qmi.ImsaRegistrationTechnology)

Get the ‘IMS Video Share Service Registration Technology’ field from self.

New in version 1.34.

get_ims_video_share_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_video_share_service_status:

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

Return type:

(bool, value_ims_video_share_service_status: Qmi.ImsaServiceStatus)

Get the ‘IMS Video Share Service Status’ field from self.

New in version 1.34.

get_ims_video_telephony_service_registration_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_video_telephony_service_registration_technology:

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

Return type:

(bool, value_ims_video_telephony_service_registration_technology: Qmi.ImsaRegistrationTechnology)

Get the ‘IMS Video Telephony Service Registration Technology’ field from self.

New in version 1.34.

get_ims_video_telephony_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_video_telephony_service_status:

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

Return type:

(bool, value_ims_video_telephony_service_status: Qmi.ImsaServiceStatus)

Get the ‘IMS Video Telephony Service Status’ field from self.

New in version 1.34.

get_ims_voice_service_registration_technology()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_voice_service_registration_technology:

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

Return type:

(bool, value_ims_voice_service_registration_technology: Qmi.ImsaRegistrationTechnology)

Get the ‘IMS Voice Service Registration Technology’ field from self.

New in version 1.34.

get_ims_voice_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ims_voice_service_status:

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

Return type:

(bool, value_ims_voice_service_status: Qmi.ImsaServiceStatus)

Get the ‘IMS Voice Service Status’ field from self.

New in version 1.34.

get_result()
Raises:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

New in version 1.34.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageImsaGetImsServicesStatusOutput

Atomically increments the reference count of self by one.

New in version 1.34.

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