Qmi.MessageWdsGetCurrentSettingsOutput

Fields

None

Methods

get_apn_name ()

get_authentication ()

get_domain_name_list ()

get_extended_technology_preference ()

get_gprs_granted_qos ()

get_imcn_flag ()

get_ip_family ()

get_ipv4_address ()

get_ipv4_gateway_address ()

get_ipv4_gateway_subnet_mask ()

get_ipv6_address ()

get_ipv6_gateway_address ()

get_ipv6_primary_dns_address ()

get_ipv6_secondary_dns_address ()

get_mtu ()

get_operator_reserved_pco ()

get_pcscf_address_using_pco ()

get_pcscf_domain_name_list ()

get_pcscf_server_address_list ()

get_pdp_type ()

get_primary_ipv4_dns_address ()

get_profile_id ()

get_profile_name ()

get_result ()

get_secondary_ipv4_dns_address ()

get_umts_granted_qos ()

get_username ()

ref ()

unref ()

Details

class Qmi.MessageWdsGetCurrentSettingsOutput

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

New in version 1.0.

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

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

get_domain_name_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_domain_name_list:

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

Return type:

(bool, value_domain_name_list: [str])

Get the ‘Domain Name List’ field from self.

New in version 1.0.

get_extended_technology_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_extended_technology_preference:

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

Return type:

(bool, value_extended_technology_preference: Qmi.WdsExtendedTechnologyPreference)

Get the ‘Extended Technology Preference’ field from self.

New in version 1.0.

get_gprs_granted_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gprs_granted_qos_precedence_class:

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

value_gprs_granted_qos_delay_class:

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

value_gprs_granted_qos_reliability_class:

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

value_gprs_granted_qos_peak_throughput_class:

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

value_gprs_granted_qos_mean_throughput_class:

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

Return type:

(bool, value_gprs_granted_qos_precedence_class: int, value_gprs_granted_qos_delay_class: int, value_gprs_granted_qos_reliability_class: int, value_gprs_granted_qos_peak_throughput_class: int, value_gprs_granted_qos_mean_throughput_class: int)

Get the ‘GPRS Granted QoS’ field from self.

New in version 1.0.

get_imcn_flag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_imcn_flag:

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

Return type:

(bool, value_imcn_flag: int)

Get the ‘IMCN Flag’ field from self.

New in version 1.0.

get_ip_family()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ip_family:

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

Return type:

(bool, value_ip_family: Qmi.WdsIpFamily)

Get the ‘IP Family’ field from self.

New in version 1.0.

get_ipv4_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv4_address:

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

Return type:

(bool, value_ipv4_address: int)

Get the ‘IPv4 Address’ field from self.

New in version 1.0.

get_ipv4_gateway_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv4_gateway_address:

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

Return type:

(bool, value_ipv4_gateway_address: int)

Get the ‘IPv4 Gateway Address’ field from self.

New in version 1.0.

get_ipv4_gateway_subnet_mask()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv4_gateway_subnet_mask:

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

Return type:

(bool, value_ipv4_gateway_subnet_mask: int)

Get the ‘IPv4 Gateway Subnet Mask’ field from self.

New in version 1.0.

get_ipv6_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

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

value_ipv6_address_prefix_length:

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

Return type:

(bool, value_ipv6_address_address: [int], value_ipv6_address_prefix_length: int)

Get the ‘IPv6 Address’ field from self.

New in version 1.0.

get_ipv6_gateway_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

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

value_ipv6_gateway_address_prefix_length:

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

Return type:

(bool, value_ipv6_gateway_address_address: [int], value_ipv6_gateway_address_prefix_length: int)

Get the ‘IPv6 Gateway Address’ field from self.

New in version 1.0.

get_ipv6_primary_dns_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_primary_dns_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_primary_dns_address: [int])

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

New in version 1.0.

get_ipv6_secondary_dns_address()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_secondary_dns_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_secondary_dns_address: [int])

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

New in version 1.0.

get_mtu()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_mtu:

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

Return type:

(bool, value_mtu: int)

Get the ‘MTU’ field from self.

New in version 1.0.

get_operator_reserved_pco()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_operator_reserved_pco_mcc:

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

value_operator_reserved_pco_mnc:

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

value_operator_reserved_pco_mnc_includes_pcs_digit:

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

value_operator_reserved_pco_app_specific_info:

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

value_operator_reserved_pco_container_id:

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

Return type:

(bool, value_operator_reserved_pco_mcc: int, value_operator_reserved_pco_mnc: int, value_operator_reserved_pco_mnc_includes_pcs_digit: bool, value_operator_reserved_pco_app_specific_info: bytes, value_operator_reserved_pco_container_id: int)

Get the ‘Operator Reserved PCO’ field from self.

New in version 1.32.

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 #guint8, or None if not required.

Return type:

(bool, value_pcscf_address_using_pco: int)

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

New in version 1.0.

get_pcscf_domain_name_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pcscf_domain_name_list:

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

Return type:

(bool, value_pcscf_domain_name_list: [str])

Get the ‘PCSCF Domain Name List’ field from self.

New in version 1.0.

get_pcscf_server_address_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_pcscf_server_address_list:

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

Return type:

(bool, value_pcscf_server_address_list: [int])

Get the ‘PCSCF Server Address List’ field from self.

New in version 1.0.

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

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

get_profile_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_profile_id_profile_type:

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

value_profile_id_profile_index:

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

Return type:

(bool, value_profile_id_profile_type: Qmi.WdsProfileType, value_profile_id_profile_index: int)

Get the ‘Profile ID’ field from self.

New in version 1.0.

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

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

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

get_umts_granted_qos()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_granted_qos_traffic_class:

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

value_umts_granted_qos_max_uplink_bitrate:

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

value_umts_granted_qos_max_downlink_bitrate:

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

value_umts_granted_qos_guaranteed_uplink_bitrate:

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

value_umts_granted_qos_guaranteed_downlink_bitrate:

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

value_umts_granted_qos_qos_delivery_order:

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

value_umts_granted_qos_maximum_sdu_size:

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

value_umts_granted_qos_sdu_error_ratio:

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

value_umts_granted_qos_residual_bit_error_ratio:

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

value_umts_granted_qos_delivery_erroneous_sdu:

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

value_umts_granted_qos_transfer_delay:

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

value_umts_granted_qos_traffic_handling_priority:

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

Return type:

(bool, value_umts_granted_qos_traffic_class: Qmi.WdsTrafficClass, value_umts_granted_qos_max_uplink_bitrate: int, value_umts_granted_qos_max_downlink_bitrate: int, value_umts_granted_qos_guaranteed_uplink_bitrate: int, value_umts_granted_qos_guaranteed_downlink_bitrate: int, value_umts_granted_qos_qos_delivery_order: Qmi.WdsDeliveryOrder, value_umts_granted_qos_maximum_sdu_size: int, value_umts_granted_qos_sdu_error_ratio: Qmi.WdsSduErrorRatio, value_umts_granted_qos_residual_bit_error_ratio: Qmi.WdsSduResidualBitErrorRatio, value_umts_granted_qos_delivery_erroneous_sdu: Qmi.WdsSduErroneousDelivery, value_umts_granted_qos_transfer_delay: int, value_umts_granted_qos_traffic_handling_priority: int)

Get the ‘UMTS Granted QoS’ field from self.

New in version 1.14.

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

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsGetCurrentSettingsOutput

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.