Qmi.MessageImsGetImsServicesEnabledSettingOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageImsGetImsServicesEnabledSettingOutput¶
 The
Qmi.MessageImsGetImsServicesEnabledSettingOutputstructure contains private data and should only be accessed using the provided API.New in version 1.34.
- get_ims_registration_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS Registration Service Enabled’ field from self.
New in version 1.34.
- get_ims_sms_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS SMS Service Enabled’ field from self.
New in version 1.34.
- get_ims_ussd_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS USSD Service Enabled’ field from self.
New in version 1.34.
- get_ims_ut_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS UT Service Enabled’ field from self.
New in version 1.34.
- get_ims_video_telephony_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS Video Telephony Service Enabled’ field from self.
New in version 1.34.
- get_ims_voice_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS Voice Service Enabled’ field from self.
New in version 1.34.
- get_ims_voice_wifi_service_enabled()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘IMS Voice WiFi Service Enabled’ 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.