Qmi.IndicationNasServingSystemOutput

Fields

None

Methods

get_call_barring_status ()

get_cdma_base_station_info ()

get_cdma_p_rev ()

get_cdma_system_id ()

get_cdma_system_info ()

get_cid_3gpp ()

get_concurrent_service_info_3gpp2 ()

get_current_plmn ()

get_data_service_capability ()

get_daylight_saving_time_adjustment_3gpp ()

get_default_roaming_indicator ()

get_detailed_service_status ()

get_dtm_support ()

get_hdr_personality ()

get_lac_3gpp ()

get_lte_tac ()

get_mnc_pcs_digit_include_status ()

get_network_name_source ()

get_plmn_name_flag_3gpp ()

get_plmn_not_changed_indication ()

get_prl_indicator_3gpp2 ()

get_roaming_indicator ()

get_roaming_indicator_list ()

get_serving_system ()

get_time_zone_3gpp ()

get_time_zone_3gpp2 ()

get_umts_primary_scrambling_code ()

get_universal_time_and_local_time_zone_3gpp ()

ref ()

unref ()

Details

class Qmi.IndicationNasServingSystemOutput

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

New in version 1.0.

get_call_barring_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_call_barring_status_cs_status:

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

value_call_barring_status_ps_status:

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

Return type:

(bool, value_call_barring_status_cs_status: Qmi.NasCallBarringStatus, value_call_barring_status_ps_status: Qmi.NasCallBarringStatus)

Get the ‘Call Barring Status’ field from self.

New in version 1.0.

get_cdma_base_station_info()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_base_station_info_base_station_id:

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

value_cdma_base_station_info_base_station_latitude:

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

value_cdma_base_station_info_base_station_longitude:

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

Return type:

(bool, value_cdma_base_station_info_base_station_id: int, value_cdma_base_station_info_base_station_latitude: int, value_cdma_base_station_info_base_station_longitude: int)

Get the ‘CDMA Base Station Info’ field from self.

New in version 1.0.

get_cdma_p_rev()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_p_rev:

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

Return type:

(bool, value_cdma_p_rev: int)

Get the ‘CDMA P Rev’ field from self.

New in version 1.0.

get_cdma_system_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_system_id_sid:

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

value_cdma_system_id_nid:

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

Return type:

(bool, value_cdma_system_id_sid: int, value_cdma_system_id_nid: int)

Get the ‘CDMA System ID’ field from self.

New in version 1.0.

get_cdma_system_info()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_system_info_mcc:

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

value_cdma_system_info_imsi_11_12:

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

Return type:

(bool, value_cdma_system_info_mcc: int, value_cdma_system_info_imsi_11_12: int)

Get the ‘CDMA System Info’ field from self.

New in version 1.0.

get_cid_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cid_3gpp:

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

Return type:

(bool, value_cid_3gpp: int)

Get the ‘CID 3GPP’ field from self.

New in version 1.0.

get_concurrent_service_info_3gpp2()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_concurrent_service_info_3gpp2:

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

Return type:

(bool, value_concurrent_service_info_3gpp2: bool)

Get the ‘Concurrent Service Info 3GPP2’ field from self.

New in version 1.0.

get_current_plmn()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_current_plmn_mcc:

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

value_current_plmn_mnc:

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

value_current_plmn_description:

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

Return type:

(bool, value_current_plmn_mcc: int, value_current_plmn_mnc: int, value_current_plmn_description: str)

Get the ‘Current PLMN’ field from self.

New in version 1.0.

get_data_service_capability()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_data_service_capability:

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

Return type:

(bool, value_data_service_capability: [Qmi.NasDataCapability])

Get the ‘Data Service Capability’ field from self.

New in version 1.0.

get_daylight_saving_time_adjustment_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_daylight_saving_time_adjustment_3gpp:

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

Return type:

(bool, value_daylight_saving_time_adjustment_3gpp: int)

Get the ‘Daylight Saving Time Adjustment 3GPP’ field from self.

New in version 1.0.

get_default_roaming_indicator()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_default_roaming_indicator:

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

Return type:

(bool, value_default_roaming_indicator: Qmi.NasRoamingIndicatorStatus)

Get the ‘Default Roaming Indicator’ field from self.

New in version 1.0.

get_detailed_service_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_detailed_service_status_status:

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

value_detailed_service_status_capability:

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

value_detailed_service_status_hdr_status:

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

value_detailed_service_status_hdr_hybrid:

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

value_detailed_service_status_forbidden:

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

Return type:

(bool, value_detailed_service_status_status: Qmi.NasServiceStatus, value_detailed_service_status_capability: Qmi.NasNetworkServiceDomain, value_detailed_service_status_hdr_status: Qmi.NasServiceStatus, value_detailed_service_status_hdr_hybrid: bool, value_detailed_service_status_forbidden: bool)

Get the ‘Detailed Service Status’ field from self.

New in version 1.0.

get_dtm_support()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_dtm_support:

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

Return type:

(bool, value_dtm_support: bool)

Get the ‘DTM Support’ field from self.

New in version 1.0.

get_hdr_personality()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_personality:

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

Return type:

(bool, value_hdr_personality: Qmi.NasHdrPersonality)

Get the ‘HDR Personality’ field from self.

New in version 1.0.

get_lac_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lac_3gpp:

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

Return type:

(bool, value_lac_3gpp: int)

Get the ‘LAC 3GPP’ field from self.

New in version 1.0.

get_lte_tac()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_tac:

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

Return type:

(bool, value_lte_tac: int)

Get the ‘LTE TAC’ field from self.

New in version 1.0.

get_mnc_pcs_digit_include_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_mnc_pcs_digit_include_status_mcc:

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

value_mnc_pcs_digit_include_status_mnc:

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

value_mnc_pcs_digit_include_status_includes_pcs_digit:

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

Return type:

(bool, value_mnc_pcs_digit_include_status_mcc: int, value_mnc_pcs_digit_include_status_mnc: int, value_mnc_pcs_digit_include_status_includes_pcs_digit: bool)

Get the ‘MNC PCS Digit Include Status’ field from self.

New in version 1.0.

get_network_name_source()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_network_name_source:

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

Return type:

(bool, value_network_name_source: Qmi.NasNetworkNameSource)

Get the ‘Network Name Source’ field from self.

New in version 1.24.

get_plmn_name_flag_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_plmn_name_flag_3gpp:

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

Return type:

(bool, value_plmn_name_flag_3gpp: bool)

Get the ‘PLMN Name Flag 3GPP’ field from self.

New in version 1.0.

get_plmn_not_changed_indication()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_plmn_not_changed_indication:

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

Return type:

(bool, value_plmn_not_changed_indication: bool)

Get the ‘PLMN Not Changed Indication’ field from self.

New in version 1.0.

get_prl_indicator_3gpp2()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_prl_indicator_3gpp2:

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

Return type:

(bool, value_prl_indicator_3gpp2: bool)

Get the ‘PRL Indicator 3GPP2’ field from self.

New in version 1.0.

get_roaming_indicator()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_roaming_indicator:

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

Return type:

(bool, value_roaming_indicator: Qmi.NasRoamingIndicatorStatus)

Get the ‘Roaming Indicator’ field from self.

New in version 1.0.

get_roaming_indicator_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_roaming_indicator_list_ptr:

a placeholder for the output array of Qmi.IndicationNasServingSystemOutputRoamingIndicatorListElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_roaming_indicator_list_ptr: [Qmi.IndicationNasServingSystemOutputRoamingIndicatorListElement])

Get the ‘Roaming Indicator List’ field from self.

Version of Qmi.IndicationNasServingSystemOutput.get_roaming_indicator_list() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_serving_system()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_serving_system_registration_state:

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

value_serving_system_cs_attach_state:

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

value_serving_system_ps_attach_state:

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

value_serving_system_selected_network:

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

value_serving_system_radio_interfaces:

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

Return type:

(bool, value_serving_system_registration_state: Qmi.NasRegistrationState, value_serving_system_cs_attach_state: Qmi.NasAttachState, value_serving_system_ps_attach_state: Qmi.NasAttachState, value_serving_system_selected_network: Qmi.NasNetworkType, value_serving_system_radio_interfaces: [Qmi.NasRadioInterface])

Get the ‘Serving System’ field from self.

New in version 1.0.

get_time_zone_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_time_zone_3gpp:

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

Return type:

(bool, value_time_zone_3gpp: int)

Get the ‘Time Zone 3GPP’ field from self.

New in version 1.0.

get_time_zone_3gpp2()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_time_zone_3gpp2_leap_seconds:

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

value_time_zone_3gpp2_local_time_offset:

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

value_time_zone_3gpp2_daylight_saving_time:

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

Return type:

(bool, value_time_zone_3gpp2_leap_seconds: int, value_time_zone_3gpp2_local_time_offset: int, value_time_zone_3gpp2_daylight_saving_time: bool)

Get the ‘Time Zone 3GPP2’ field from self.

New in version 1.0.

get_umts_primary_scrambling_code()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_umts_primary_scrambling_code:

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

Return type:

(bool, value_umts_primary_scrambling_code: int)

Get the ‘UMTS Primary Scrambling Code’ field from self.

New in version 1.0.

get_universal_time_and_local_time_zone_3gpp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_universal_time_and_local_time_zone_3gpp_year:

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

value_universal_time_and_local_time_zone_3gpp_month:

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

value_universal_time_and_local_time_zone_3gpp_day:

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

value_universal_time_and_local_time_zone_3gpp_hour:

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

value_universal_time_and_local_time_zone_3gpp_minute:

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

value_universal_time_and_local_time_zone_3gpp_second:

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

value_universal_time_and_local_time_zone_3gpp_time_zone:

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

Return type:

(bool, value_universal_time_and_local_time_zone_3gpp_year: int, value_universal_time_and_local_time_zone_3gpp_month: int, value_universal_time_and_local_time_zone_3gpp_day: int, value_universal_time_and_local_time_zone_3gpp_hour: int, value_universal_time_and_local_time_zone_3gpp_minute: int, value_universal_time_and_local_time_zone_3gpp_second: int, value_universal_time_and_local_time_zone_3gpp_time_zone: int)

Get the ‘Universal Time and Local Time Zone 3GPP’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationNasServingSystemOutput

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.