Qmi.MessageWdsGetDefaultSettingsOutput

Fields

None

Methods

get_apn_name ()

get_authentication ()

get_extended_error_code ()

get_gprs_minimum_qos ()

get_gprs_requested_qos ()

get_imcn_flag ()

get_ipv4_address_preference ()

get_ipv6_address_preference ()

get_ipv6_primary_dns_address_preference ()

get_ipv6_secondary_dns_address_preference ()

get_lte_qos_parameters ()

get_password ()

get_pcscf_address_using_dhcp ()

get_pcscf_address_using_pco ()

get_pdp_context_number ()

get_pdp_context_primary_id ()

get_pdp_context_secondary_flag ()

get_pdp_data_compression_type ()

get_pdp_header_compression_type ()

get_pdp_type ()

get_primary_ipv4_dns_address ()

get_profile_name ()

get_result ()

get_secondary_ipv4_dns_address ()

get_umts_minimum_qos ()

get_umts_minimum_qos_with_signaling_indication_flag ()

get_umts_requested_qos ()

get_umts_requested_qos_with_signaling_indication_flag ()

get_username ()

ref ()

unref ()

Details

class Qmi.MessageWdsGetDefaultSettingsOutput

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

New in version 1.8.

get_apn_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_apn_name:

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

Return type:

(bool, value_apn_name: str)

Get the ‘APN Name’ field from self.

New in version 1.8.

get_authentication()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_authentication:

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

Return type:

(bool, value_authentication: Qmi.WdsAuthentication)

Get the ‘Authentication’ field from self.

New in version 1.8.

get_extended_error_code()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_extended_error_code:

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

Return type:

(bool, value_extended_error_code: Qmi.WdsDsProfileError)

Get the ‘Extended Error Code’ field from self.

New in version 1.8.

get_gprs_minimum_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gprs_minimum_qos_precedence_class:

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

value_gprs_minimum_qos_delay_class:

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

value_gprs_minimum_qos_reliability_class:

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

value_gprs_minimum_qos_peak_throughput_class:

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

value_gprs_minimum_qos_mean_throughput_class:

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

Return type:

(bool, value_gprs_minimum_qos_precedence_class: int, value_gprs_minimum_qos_delay_class: int, value_gprs_minimum_qos_reliability_class: int, value_gprs_minimum_qos_peak_throughput_class: int, value_gprs_minimum_qos_mean_throughput_class: int)

Get the ‘GPRS Minimum QoS’ field from self.

New in version 1.8.

get_gprs_requested_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gprs_requested_qos_precedence_class:

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

value_gprs_requested_qos_delay_class:

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

value_gprs_requested_qos_reliability_class:

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

value_gprs_requested_qos_peak_throughput_class:

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

value_gprs_requested_qos_mean_throughput_class:

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

Return type:

(bool, value_gprs_requested_qos_precedence_class: int, value_gprs_requested_qos_delay_class: int, value_gprs_requested_qos_reliability_class: int, value_gprs_requested_qos_peak_throughput_class: int, value_gprs_requested_qos_mean_throughput_class: int)

Get the ‘GPRS Requested QoS’ field from self.

New in version 1.8.

get_imcn_flag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_imcn_flag:

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

Return type:

(bool, value_imcn_flag: bool)

Get the ‘IMCN Flag’ field from self.

New in version 1.8.

get_ipv4_address_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv4_address_preference:

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

Return type:

(bool, value_ipv4_address_preference: int)

Get the ‘IPv4 Address Preference’ field from self.

New in version 1.8.

get_ipv6_address_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_address_preference_address:

a placeholder for the output GLib.Array of #guint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_ipv6_address_preference_address: [int])

Get the ‘IPv6 Address Preference’ field from self.

New in version 1.8.

get_ipv6_primary_dns_address_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_primary_dns_address_preference:

a placeholder for the output GLib.Array of #guint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_ipv6_primary_dns_address_preference: [int])

Get the ‘IPv6 Primary DNS Address Preference’ field from self.

New in version 1.8.

get_ipv6_secondary_dns_address_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_secondary_dns_address_preference:

a placeholder for the output GLib.Array of #guint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_ipv6_secondary_dns_address_preference: [int])

Get the ‘IPv6 Secondary DNS Address Preference’ field from self.

New in version 1.8.

get_lte_qos_parameters()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_qos_parameters_qos_class_identifier:

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

value_lte_qos_parameters_guaranteed_downlink_bitrate:

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

value_lte_qos_parameters_max_downlink_bitrate:

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

value_lte_qos_parameters_guaranteed_uplink_bitrate:

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

value_lte_qos_parameters_max_uplink_bitrate:

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

Return type:

(bool, value_lte_qos_parameters_qos_class_identifier: Qmi.WdsQosClassIdentifier, value_lte_qos_parameters_guaranteed_downlink_bitrate: int, value_lte_qos_parameters_max_downlink_bitrate: int, value_lte_qos_parameters_guaranteed_uplink_bitrate: int, value_lte_qos_parameters_max_uplink_bitrate: int)

Get the ‘LTE QoS Parameters’ field from self.

New in version 1.18.

get_password()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_password:

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

Return type:

(bool, value_password: str)

Get the ‘Password’ field from self.

New in version 1.8.

get_pcscf_address_using_dhcp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pcscf_address_using_dhcp:

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

Return type:

(bool, value_pcscf_address_using_dhcp: bool)

Get the ‘PCSCF Address Using DHCP’ field from self.

New in version 1.8.

get_pcscf_address_using_pco()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pcscf_address_using_pco:

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

Return type:

(bool, value_pcscf_address_using_pco: bool)

Get the ‘PCSCF Address Using PCO’ field from self.

New in version 1.8.

get_pdp_context_number()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_context_number:

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

Return type:

(bool, value_pdp_context_number: int)

Get the ‘PDP Context Number’ field from self.

New in version 1.18.

get_pdp_context_primary_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_context_primary_id:

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

Return type:

(bool, value_pdp_context_primary_id: int)

Get the ‘PDP Context Primary ID’ field from self.

New in version 1.18.

get_pdp_context_secondary_flag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_context_secondary_flag:

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

Return type:

(bool, value_pdp_context_secondary_flag: bool)

Get the ‘PDP Context Secondary Flag’ field from self.

New in version 1.18.

get_pdp_data_compression_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_data_compression_type:

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

Return type:

(bool, value_pdp_data_compression_type: Qmi.WdsPdpDataCompressionType)

Get the ‘PDP Data Compression Type’ field from self.

New in version 1.18.

get_pdp_header_compression_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_header_compression_type:

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

Return type:

(bool, value_pdp_header_compression_type: Qmi.WdsPdpHeaderCompressionType)

Get the ‘PDP Header Compression Type’ field from self.

New in version 1.18.

get_pdp_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pdp_type:

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

Return type:

(bool, value_pdp_type: Qmi.WdsPdpType)

Get the ‘PDP Type’ field from self.

New in version 1.8.

get_primary_ipv4_dns_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_primary_ipv4_dns_address:

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

Return type:

(bool, value_primary_ipv4_dns_address: int)

Get the ‘Primary IPv4 DNS Address’ field from self.

New in version 1.8.

get_profile_name()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_profile_name:

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

Return type:

(bool, value_profile_name: str)

Get the ‘Profile Name’ field from self.

New in version 1.8.

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

get_secondary_ipv4_dns_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_secondary_ipv4_dns_address:

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

Return type:

(bool, value_secondary_ipv4_dns_address: int)

Get the ‘Secondary IPv4 DNS Address’ field from self.

New in version 1.8.

get_umts_minimum_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_minimum_qos_traffic_class:

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

value_umts_minimum_qos_max_uplink_bitrate:

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

value_umts_minimum_qos_max_downlink_bitrate:

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

value_umts_minimum_qos_guaranteed_uplink_bitrate:

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

value_umts_minimum_qos_guaranteed_downlink_bitrate:

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

value_umts_minimum_qos_qos_delivery_order:

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

value_umts_minimum_qos_maximum_sdu_size:

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

value_umts_minimum_qos_sdu_error_ratio:

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

value_umts_minimum_qos_residual_bit_error_ratio:

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

value_umts_minimum_qos_delivery_erroneous_sdu:

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

value_umts_minimum_qos_transfer_delay:

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

value_umts_minimum_qos_traffic_handling_priority:

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

Return type:

(bool, value_umts_minimum_qos_traffic_class: Qmi.WdsTrafficClass, value_umts_minimum_qos_max_uplink_bitrate: int, value_umts_minimum_qos_max_downlink_bitrate: int, value_umts_minimum_qos_guaranteed_uplink_bitrate: int, value_umts_minimum_qos_guaranteed_downlink_bitrate: int, value_umts_minimum_qos_qos_delivery_order: Qmi.WdsDeliveryOrder, value_umts_minimum_qos_maximum_sdu_size: int, value_umts_minimum_qos_sdu_error_ratio: Qmi.WdsSduErrorRatio, value_umts_minimum_qos_residual_bit_error_ratio: Qmi.WdsSduResidualBitErrorRatio, value_umts_minimum_qos_delivery_erroneous_sdu: Qmi.WdsSduErroneousDelivery, value_umts_minimum_qos_transfer_delay: int, value_umts_minimum_qos_traffic_handling_priority: int)

Get the ‘UMTS Minimum QoS’ field from self.

New in version 1.18.

get_umts_minimum_qos_with_signaling_indication_flag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_minimum_qos_with_signaling_indication_flag_traffic_class:

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

value_umts_minimum_qos_with_signaling_indication_flag_max_uplink_bitrate:

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

value_umts_minimum_qos_with_signaling_indication_flag_max_downlink_bitrate:

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

value_umts_minimum_qos_with_signaling_indication_flag_guaranteed_uplink_bitrate:

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

value_umts_minimum_qos_with_signaling_indication_flag_guaranteed_downlink_bitrate:

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

value_umts_minimum_qos_with_signaling_indication_flag_qos_delivery_order:

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

value_umts_minimum_qos_with_signaling_indication_flag_maximum_sdu_size:

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

value_umts_minimum_qos_with_signaling_indication_flag_sdu_error_ratio:

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

value_umts_minimum_qos_with_signaling_indication_flag_residual_bit_error_ratio:

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

value_umts_minimum_qos_with_signaling_indication_flag_delivery_erroneous_sdu:

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

value_umts_minimum_qos_with_signaling_indication_flag_transfer_delay:

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

value_umts_minimum_qos_with_signaling_indication_flag_traffic_handling_priority:

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

value_umts_minimum_qos_with_signaling_indication_flag_signaling_indication:

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

Return type:

(bool, value_umts_minimum_qos_with_signaling_indication_flag_traffic_class: Qmi.WdsTrafficClass, value_umts_minimum_qos_with_signaling_indication_flag_max_uplink_bitrate: int, value_umts_minimum_qos_with_signaling_indication_flag_max_downlink_bitrate: int, value_umts_minimum_qos_with_signaling_indication_flag_guaranteed_uplink_bitrate: int, value_umts_minimum_qos_with_signaling_indication_flag_guaranteed_downlink_bitrate: int, value_umts_minimum_qos_with_signaling_indication_flag_qos_delivery_order: Qmi.WdsDeliveryOrder, value_umts_minimum_qos_with_signaling_indication_flag_maximum_sdu_size: int, value_umts_minimum_qos_with_signaling_indication_flag_sdu_error_ratio: Qmi.WdsSduErrorRatio, value_umts_minimum_qos_with_signaling_indication_flag_residual_bit_error_ratio: Qmi.WdsSduResidualBitErrorRatio, value_umts_minimum_qos_with_signaling_indication_flag_delivery_erroneous_sdu: Qmi.WdsSduErroneousDelivery, value_umts_minimum_qos_with_signaling_indication_flag_transfer_delay: int, value_umts_minimum_qos_with_signaling_indication_flag_traffic_handling_priority: int, value_umts_minimum_qos_with_signaling_indication_flag_signaling_indication: int)

Get the ‘UMTS Minimum QoS With Signaling Indication Flag’ field from self.

New in version 1.18.

get_umts_requested_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_requested_qos_traffic_class:

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

value_umts_requested_qos_max_uplink_bitrate:

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

value_umts_requested_qos_max_downlink_bitrate:

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

value_umts_requested_qos_guaranteed_uplink_bitrate:

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

value_umts_requested_qos_guaranteed_downlink_bitrate:

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

value_umts_requested_qos_qos_delivery_order:

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

value_umts_requested_qos_maximum_sdu_size:

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

value_umts_requested_qos_sdu_error_ratio:

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

value_umts_requested_qos_residual_bit_error_ratio:

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

value_umts_requested_qos_delivery_erroneous_sdu:

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

value_umts_requested_qos_transfer_delay:

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

value_umts_requested_qos_traffic_handling_priority:

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

Return type:

(bool, value_umts_requested_qos_traffic_class: Qmi.WdsTrafficClass, value_umts_requested_qos_max_uplink_bitrate: int, value_umts_requested_qos_max_downlink_bitrate: int, value_umts_requested_qos_guaranteed_uplink_bitrate: int, value_umts_requested_qos_guaranteed_downlink_bitrate: int, value_umts_requested_qos_qos_delivery_order: Qmi.WdsDeliveryOrder, value_umts_requested_qos_maximum_sdu_size: int, value_umts_requested_qos_sdu_error_ratio: Qmi.WdsSduErrorRatio, value_umts_requested_qos_residual_bit_error_ratio: Qmi.WdsSduResidualBitErrorRatio, value_umts_requested_qos_delivery_erroneous_sdu: Qmi.WdsSduErroneousDelivery, value_umts_requested_qos_transfer_delay: int, value_umts_requested_qos_traffic_handling_priority: int)

Get the ‘UMTS Requested QoS’ field from self.

New in version 1.18.

get_umts_requested_qos_with_signaling_indication_flag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_requested_qos_with_signaling_indication_flag_traffic_class:

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

value_umts_requested_qos_with_signaling_indication_flag_max_uplink_bitrate:

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

value_umts_requested_qos_with_signaling_indication_flag_max_downlink_bitrate:

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

value_umts_requested_qos_with_signaling_indication_flag_guaranteed_uplink_bitrate:

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

value_umts_requested_qos_with_signaling_indication_flag_guaranteed_downlink_bitrate:

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

value_umts_requested_qos_with_signaling_indication_flag_qos_delivery_order:

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

value_umts_requested_qos_with_signaling_indication_flag_maximum_sdu_size:

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

value_umts_requested_qos_with_signaling_indication_flag_sdu_error_ratio:

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

value_umts_requested_qos_with_signaling_indication_flag_residual_bit_error_ratio:

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

value_umts_requested_qos_with_signaling_indication_flag_delivery_erroneous_sdu:

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

value_umts_requested_qos_with_signaling_indication_flag_transfer_delay:

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

value_umts_requested_qos_with_signaling_indication_flag_traffic_handling_priority:

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

value_umts_requested_qos_with_signaling_indication_flag_signaling_indication:

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

Return type:

(bool, value_umts_requested_qos_with_signaling_indication_flag_traffic_class: Qmi.WdsTrafficClass, value_umts_requested_qos_with_signaling_indication_flag_max_uplink_bitrate: int, value_umts_requested_qos_with_signaling_indication_flag_max_downlink_bitrate: int, value_umts_requested_qos_with_signaling_indication_flag_guaranteed_uplink_bitrate: int, value_umts_requested_qos_with_signaling_indication_flag_guaranteed_downlink_bitrate: int, value_umts_requested_qos_with_signaling_indication_flag_qos_delivery_order: Qmi.WdsDeliveryOrder, value_umts_requested_qos_with_signaling_indication_flag_maximum_sdu_size: int, value_umts_requested_qos_with_signaling_indication_flag_sdu_error_ratio: Qmi.WdsSduErrorRatio, value_umts_requested_qos_with_signaling_indication_flag_residual_bit_error_ratio: Qmi.WdsSduResidualBitErrorRatio, value_umts_requested_qos_with_signaling_indication_flag_delivery_erroneous_sdu: Qmi.WdsSduErroneousDelivery, value_umts_requested_qos_with_signaling_indication_flag_transfer_delay: int, value_umts_requested_qos_with_signaling_indication_flag_traffic_handling_priority: int, value_umts_requested_qos_with_signaling_indication_flag_signaling_indication: int)

Get the ‘UMTS Requested QoS With Signaling Indication Flag’ field from self.

New in version 1.18.

get_username()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_username:

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

Return type:

(bool, value_username: str)

Get the ‘Username’ field from self.

New in version 1.8.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsGetDefaultSettingsOutput

Atomically increments the reference count of self by one.

New in version 1.8.

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