Qmi.MessageImsaGetImsServicesStatusOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_sms_service_registration_technology:
a placeholder for the output
Qmi.ImsaRegistrationTechnology
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_sms_service_status:
a placeholder for the output
Qmi.ImsaServiceStatus
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_ue_to_tas_service_registration_technology:
a placeholder for the output
Qmi.ImsaRegistrationTechnology
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_ue_to_tas_service_status:
a placeholder for the output
Qmi.ImsaServiceStatus
, orNone
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.
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ims_video_share_service_registration_technology:
a placeholder for the output
Qmi.ImsaRegistrationTechnology
, orNone
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.
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ims_video_share_service_status:
a placeholder for the output
Qmi.ImsaServiceStatus
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_video_telephony_service_registration_technology:
a placeholder for the output
Qmi.ImsaRegistrationTechnology
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_video_telephony_service_status:
a placeholder for the output
Qmi.ImsaServiceStatus
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_voice_service_registration_technology:
a placeholder for the output
Qmi.ImsaRegistrationTechnology
, orNone
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:
- Returns:
True
if the field is found,False
otherwise.- value_ims_voice_service_status:
a placeholder for the output
Qmi.ImsaServiceStatus
, orNone
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:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.34.
- ref()¶
- Returns:
the new reference to self.
- Return type:
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.