NAS Get System Info

NAS Get System Info

Synopsis

                    QmiMessageNasGetSystemInfoOutput;

QmiMessageNasGetSystemInfoOutput * qmi_message_nas_get_system_info_output_ref
                                                        (QmiMessageNasGetSystemInfoOutput *self);
void                qmi_message_nas_get_system_info_output_unref
                                                        (QmiMessageNasGetSystemInfoOutput *self);
gboolean            qmi_message_nas_get_system_info_output_get_result
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_sim_reject_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasSimRejectState *sim_reject_info,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_lte_embms_coverage_info_support
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_embms_coverage_info_support,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_td_scdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *td_scdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_domain,
                                                         gboolean *td_scdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_service_capability,
                                                         gboolean *td_scdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *td_scdma_system_info_roaming_status,
                                                         gboolean *td_scdma_system_info_forbidden_valid,
                                                         gboolean *td_scdma_system_info_forbidden,
                                                         gboolean *td_scdma_system_info_lac_valid,
                                                         guint16 *td_scdma_system_info_lac,
                                                         gboolean *td_scdma_system_info_cid_valid,
                                                         guint32 *td_scdma_system_info_cid,
                                                         gboolean *td_scdma_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_registration_reject_domain,
                                                         guint8 *td_scdma_system_info_registration_reject_cause,
                                                         gboolean *td_scdma_system_info_network_id_valid,
                                                         const gchar **td_scdma_system_info_mcc,
                                                         const gchar **td_scdma_system_info_mnc,
                                                         gboolean *td_scdma_system_info_hs_call_status_valid,
                                                         QmiNasWcdmaHsService *td_scdma_system_info_hs_call_status,
                                                         gboolean *td_scdma_system_info_hs_service_valid,
                                                         QmiNasWcdmaHsService *td_scdma_system_info_hs_service,
                                                         gboolean *td_scdma_system_info_cell_parameter_id_valid,
                                                         guint16 *td_scdma_system_info_cell_parameter_id,
                                                         gboolean *td_scdma_system_info_cell_broadcast_support_valid,
                                                         QmiNasCellBroadcastCapability *td_scdma_system_info_cell_broadcast_support,
                                                         gboolean *td_scdma_system_info_cs_call_barring_status_valid,
                                                         QmiNasCallBarringStatus *td_scdma_system_info_cs_call_barring_status,
                                                         gboolean *td_scdma_system_info_ps_call_barring_status_valid,
                                                         QmiNasCallBarringStatus *td_scdma_system_info_ps_call_barring_status,
                                                         gboolean *td_scdma_system_info_cipher_domain_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_cipher_domain,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_td_scdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *td_scdma_service_status_service_status,
                                                         QmiNasServiceStatus *td_scdma_service_status_true_service_status,
                                                         gboolean *td_scdma_service_status_preferred_data_path,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_wcdma_cipher_domain
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasNetworkServiceDomain *wcdma_cipher_domain,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_gsm_cipher_domain
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasNetworkServiceDomain *gsm_cipher_domain,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_lte_voice_support
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_voice_support,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_wcdma_call_barring_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasCallBarringStatus *wcdma_call_barring_status_cs_status,
                                                         QmiNasCallBarringStatus *wcdma_call_barring_status_ps_status,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_gsm_call_barring_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasCallBarringStatus *gsm_call_barring_status_cs_status,
                                                         QmiNasCallBarringStatus *gsm_call_barring_status_ps_status,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_additional_lte_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_lte_system_info_geo_system_index,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_additional_wcdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_wcdma_system_info_geo_system_index,
                                                         QmiNasCellBroadcastCapability *additional_wcdma_system_info_cell_broadcast_support,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_additional_gsm_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_gsm_system_info_geo_system_index,
                                                         QmiNasCellBroadcastCapability *additional_gsm_system_info_cell_broadcast_support,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_additional_hdr_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_hdr_system_info_geo_system_index,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_additional_cdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_cdma_system_info_geo_system_index,
                                                         guint16 *additional_cdma_system_info_registration_period,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_lte_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_domain,
                                                         gboolean *lte_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_service_capability,
                                                         gboolean *lte_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *lte_system_info_roaming_status,
                                                         gboolean *lte_system_info_forbidden_valid,
                                                         gboolean *lte_system_info_forbidden,
                                                         gboolean *lte_system_info_lac_valid,
                                                         guint16 *lte_system_info_lac,
                                                         gboolean *lte_system_info_cid_valid,
                                                         guint32 *lte_system_info_cid,
                                                         gboolean *lte_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_registration_reject_domain,
                                                         guint8 *lte_system_info_registration_reject_cause,
                                                         gboolean *lte_system_info_network_id_valid,
                                                         const gchar **lte_system_info_mcc,
                                                         const gchar **lte_system_info_mnc,
                                                         gboolean *lte_system_info_tac_valid,
                                                         guint16 *lte_system_info_tac,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_wcdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *wcdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_domain,
                                                         gboolean *wcdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_service_capability,
                                                         gboolean *wcdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *wcdma_system_info_roaming_status,
                                                         gboolean *wcdma_system_info_forbidden_valid,
                                                         gboolean *wcdma_system_info_forbidden,
                                                         gboolean *wcdma_system_info_lac_valid,
                                                         guint16 *wcdma_system_info_lac,
                                                         gboolean *wcdma_system_info_cid_valid,
                                                         guint32 *wcdma_system_info_cid,
                                                         gboolean *wcdma_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_registration_reject_domain,
                                                         guint8 *wcdma_system_info_registration_reject_cause,
                                                         gboolean *wcdma_system_info_network_id_valid,
                                                         const gchar **wcdma_system_info_mcc,
                                                         const gchar **wcdma_system_info_mnc,
                                                         gboolean *wcdma_system_info_hs_call_status_valid,
                                                         QmiNasWcdmaHsService *wcdma_system_info_hs_call_status,
                                                         gboolean *wcdma_system_info_hs_service_valid,
                                                         QmiNasWcdmaHsService *wcdma_system_info_hs_service,
                                                         gboolean *wcdma_system_info_primary_scrambling_code_valid,
                                                         guint16 *wcdma_system_info_primary_scrambling_code,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_gsm_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *gsm_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_domain,
                                                         gboolean *gsm_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_service_capability,
                                                         gboolean *gsm_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *gsm_system_info_roaming_status,
                                                         gboolean *gsm_system_info_forbidden_valid,
                                                         gboolean *gsm_system_info_forbidden,
                                                         gboolean *gsm_system_info_lac_valid,
                                                         guint16 *gsm_system_info_lac,
                                                         gboolean *gsm_system_info_cid_valid,
                                                         guint32 *gsm_system_info_cid,
                                                         gboolean *gsm_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_registration_reject_domain,
                                                         guint8 *gsm_system_info_registration_reject_cause,
                                                         gboolean *gsm_system_info_network_id_valid,
                                                         const gchar **gsm_system_info_mcc,
                                                         const gchar **gsm_system_info_mnc,
                                                         gboolean *gsm_system_info_egprs_support_valid,
                                                         gboolean *gsm_system_info_egprs_support,
                                                         gboolean *gsm_system_info_dtm_support_valid,
                                                         gboolean *gsm_system_info_dtm_support,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_hdr_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *hdr_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *hdr_system_info_domain,
                                                         gboolean *hdr_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *hdr_system_info_service_capability,
                                                         gboolean *hdr_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *hdr_system_info_roaming_status,
                                                         gboolean *hdr_system_info_forbidden_valid,
                                                         gboolean *hdr_system_info_forbidden,
                                                         gboolean *hdr_system_info_prl_match_valid,
                                                         gboolean *hdr_system_info_prl_match,
                                                         gboolean *hdr_system_info_personality_valid,
                                                         QmiNasHdrPersonality *hdr_system_info_personality,
                                                         gboolean *hdr_system_info_protocol_revision_valid,
                                                         QmiNasHdrProtocolRevision *hdr_system_info_protocol_revision,
                                                         gboolean *hdr_system_info_is_856_system_id_valid,
                                                         const gchar **hdr_system_info_is_856_system_id,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_cdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *cdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *cdma_system_info_domain,
                                                         gboolean *cdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *cdma_system_info_service_capability,
                                                         gboolean *cdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *cdma_system_info_roaming_status,
                                                         gboolean *cdma_system_info_forbidden_valid,
                                                         gboolean *cdma_system_info_forbidden,
                                                         gboolean *cdma_system_info_prl_match_valid,
                                                         gboolean *cdma_system_info_prl_match,
                                                         gboolean *cdma_system_info_p_rev_valid,
                                                         guint8 *cdma_system_info_p_rev,
                                                         gboolean *cdma_system_info_base_station_p_rev_valid,
                                                         guint8 *cdma_system_info_base_station_p_rev,
                                                         gboolean *cdma_system_info_concurrent_service_support_valid,
                                                         gboolean *cdma_system_info_concurrent_service_support,
                                                         gboolean *cdma_system_info_cdma_system_id_valid,
                                                         guint16 *cdma_system_info_sid,
                                                         guint16 *cdma_system_info_nid,
                                                         gboolean *cdma_system_info_base_station_info_valid,
                                                         guint16 *cdma_system_info_base_station_id,
                                                         gint32 *cdma_system_info_base_station_latitude,
                                                         gint32 *cdma_system_info_base_station_longitude,
                                                         gboolean *cdma_system_info_packet_zone_valid,
                                                         guint16 *cdma_system_info_packet_zone,
                                                         gboolean *cdma_system_info_network_id_valid,
                                                         const gchar **cdma_system_info_mcc,
                                                         const gchar **cdma_system_info_mnc,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_lte_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *lte_service_status_service_status,
                                                         QmiNasServiceStatus *lte_service_status_true_service_status,
                                                         gboolean *lte_service_status_preferred_data_path,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_wcdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *wcdma_service_status_service_status,
                                                         QmiNasServiceStatus *wcdma_service_status_true_service_status,
                                                         gboolean *wcdma_service_status_preferred_data_path,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_gsm_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *gsm_service_status_service_status,
                                                         QmiNasServiceStatus *gsm_service_status_true_service_status,
                                                         gboolean *gsm_service_status_preferred_data_path,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_hdr_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *hdr_service_status_service_status,
                                                         gboolean *hdr_service_status_preferred_data_path,
                                                         GError **error);
gboolean            qmi_message_nas_get_system_info_output_get_cdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *cdma_service_status_service_status,
                                                         gboolean *cdma_service_status_preferred_data_path,
                                                         GError **error);

void                qmi_client_nas_get_system_info      (QmiClientNas *self,
                                                         gpointer unused,
                                                         guint timeout,
                                                         GCancellable *cancellable,
                                                         GAsyncReadyCallback callback,
                                                         gpointer user_data);
QmiMessageNasGetSystemInfoOutput * qmi_client_nas_get_system_info_finish
                                                        (QmiClientNas *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Object Hierarchy

  GBoxed
   +----QmiMessageNasGetSystemInfoOutput

Description

Details

QmiMessageNasGetSystemInfoOutput

typedef struct _QmiMessageNasGetSystemInfoOutput QmiMessageNasGetSystemInfoOutput;

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


qmi_message_nas_get_system_info_output_ref ()

QmiMessageNasGetSystemInfoOutput * qmi_message_nas_get_system_info_output_ref
                                                        (QmiMessageNasGetSystemInfoOutput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageNasGetSystemInfoOutput.

Returns :

the new reference to self.

qmi_message_nas_get_system_info_output_unref ()

void                qmi_message_nas_get_system_info_output_unref
                                                        (QmiMessageNasGetSystemInfoOutput *self);

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.


qmi_message_nas_get_system_info_output_get_result ()

gboolean            qmi_message_nas_get_system_info_output_get_result
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         GError **error);

Get the result of the QMI operation.

self :

a QmiMessageNasGetSystemInfoOutput.

error :

Return location for error or NULL.

Returns :

TRUE if the QMI operation succeeded, FALSE if error is set.

qmi_message_nas_get_system_info_output_get_sim_reject_info ()

gboolean            qmi_message_nas_get_system_info_output_get_sim_reject_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasSimRejectState *sim_reject_info,
                                                         GError **error);

Get the 'SIM Reject Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

sim_reject_info :

a placeholder for the output QmiNasSimRejectState, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_lte_embms_coverage_info_support ()

gboolean            qmi_message_nas_get_system_info_output_get_lte_embms_coverage_info_support
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_embms_coverage_info_support,
                                                         GError **error);

Get the 'LTE eMBMS Coverage Info Support' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

lte_embms_coverage_info_support :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_td_scdma_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_td_scdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *td_scdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_domain,
                                                         gboolean *td_scdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_service_capability,
                                                         gboolean *td_scdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *td_scdma_system_info_roaming_status,
                                                         gboolean *td_scdma_system_info_forbidden_valid,
                                                         gboolean *td_scdma_system_info_forbidden,
                                                         gboolean *td_scdma_system_info_lac_valid,
                                                         guint16 *td_scdma_system_info_lac,
                                                         gboolean *td_scdma_system_info_cid_valid,
                                                         guint32 *td_scdma_system_info_cid,
                                                         gboolean *td_scdma_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_registration_reject_domain,
                                                         guint8 *td_scdma_system_info_registration_reject_cause,
                                                         gboolean *td_scdma_system_info_network_id_valid,
                                                         const gchar **td_scdma_system_info_mcc,
                                                         const gchar **td_scdma_system_info_mnc,
                                                         gboolean *td_scdma_system_info_hs_call_status_valid,
                                                         QmiNasWcdmaHsService *td_scdma_system_info_hs_call_status,
                                                         gboolean *td_scdma_system_info_hs_service_valid,
                                                         QmiNasWcdmaHsService *td_scdma_system_info_hs_service,
                                                         gboolean *td_scdma_system_info_cell_parameter_id_valid,
                                                         guint16 *td_scdma_system_info_cell_parameter_id,
                                                         gboolean *td_scdma_system_info_cell_broadcast_support_valid,
                                                         QmiNasCellBroadcastCapability *td_scdma_system_info_cell_broadcast_support,
                                                         gboolean *td_scdma_system_info_cs_call_barring_status_valid,
                                                         QmiNasCallBarringStatus *td_scdma_system_info_cs_call_barring_status,
                                                         gboolean *td_scdma_system_info_ps_call_barring_status_valid,
                                                         QmiNasCallBarringStatus *td_scdma_system_info_ps_call_barring_status,
                                                         gboolean *td_scdma_system_info_cipher_domain_valid,
                                                         QmiNasNetworkServiceDomain *td_scdma_system_info_cipher_domain,
                                                         GError **error);

Get the 'TD SCDMA System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

td_scdma_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

td_scdma_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

td_scdma_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

td_scdma_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_lac_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_lac :

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

td_scdma_system_info_cid_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_cid :

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

td_scdma_system_info_registration_reject_info_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_registration_reject_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

td_scdma_system_info_registration_reject_cause :

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

td_scdma_system_info_network_id_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_mcc :

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

td_scdma_system_info_mnc :

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

td_scdma_system_info_hs_call_status_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_hs_call_status :

a placeholder for the output QmiNasWcdmaHsService, or NULL if not required.

td_scdma_system_info_hs_service_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_hs_service :

a placeholder for the output QmiNasWcdmaHsService, or NULL if not required.

td_scdma_system_info_cell_parameter_id_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_cell_parameter_id :

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

td_scdma_system_info_cell_broadcast_support_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_cell_broadcast_support :

a placeholder for the output QmiNasCellBroadcastCapability, or NULL if not required.

td_scdma_system_info_cs_call_barring_status_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_cs_call_barring_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

td_scdma_system_info_ps_call_barring_status_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_ps_call_barring_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

td_scdma_system_info_cipher_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

td_scdma_system_info_cipher_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_td_scdma_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_td_scdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *td_scdma_service_status_service_status,
                                                         QmiNasServiceStatus *td_scdma_service_status_true_service_status,
                                                         gboolean *td_scdma_service_status_preferred_data_path,
                                                         GError **error);

Get the 'TD SCDMA Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

td_scdma_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

td_scdma_service_status_true_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

td_scdma_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_wcdma_cipher_domain ()

gboolean            qmi_message_nas_get_system_info_output_get_wcdma_cipher_domain
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasNetworkServiceDomain *wcdma_cipher_domain,
                                                         GError **error);

Get the 'WCDMA Cipher Domain' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

wcdma_cipher_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_gsm_cipher_domain ()

gboolean            qmi_message_nas_get_system_info_output_get_gsm_cipher_domain
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasNetworkServiceDomain *gsm_cipher_domain,
                                                         GError **error);

Get the 'GSM Cipher Domain' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

gsm_cipher_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_lte_voice_support ()

gboolean            qmi_message_nas_get_system_info_output_get_lte_voice_support
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_voice_support,
                                                         GError **error);

Get the 'LTE Voice Support' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

lte_voice_support :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_wcdma_call_barring_status ()

gboolean            qmi_message_nas_get_system_info_output_get_wcdma_call_barring_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasCallBarringStatus *wcdma_call_barring_status_cs_status,
                                                         QmiNasCallBarringStatus *wcdma_call_barring_status_ps_status,
                                                         GError **error);

Get the 'WCDMA Call Barring Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

wcdma_call_barring_status_cs_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

wcdma_call_barring_status_ps_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_gsm_call_barring_status ()

gboolean            qmi_message_nas_get_system_info_output_get_gsm_call_barring_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasCallBarringStatus *gsm_call_barring_status_cs_status,
                                                         QmiNasCallBarringStatus *gsm_call_barring_status_ps_status,
                                                         GError **error);

Get the 'GSM Call Barring Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

gsm_call_barring_status_cs_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

gsm_call_barring_status_ps_status :

a placeholder for the output QmiNasCallBarringStatus, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_additional_lte_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_additional_lte_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_lte_system_info_geo_system_index,
                                                         GError **error);

Get the 'Additional LTE System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

additional_lte_system_info_geo_system_index :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_additional_wcdma_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_additional_wcdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_wcdma_system_info_geo_system_index,
                                                         QmiNasCellBroadcastCapability *additional_wcdma_system_info_cell_broadcast_support,
                                                         GError **error);

Get the 'Additional WCDMA System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

additional_wcdma_system_info_geo_system_index :

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

additional_wcdma_system_info_cell_broadcast_support :

a placeholder for the output QmiNasCellBroadcastCapability, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_additional_gsm_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_additional_gsm_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_gsm_system_info_geo_system_index,
                                                         QmiNasCellBroadcastCapability *additional_gsm_system_info_cell_broadcast_support,
                                                         GError **error);

Get the 'Additional GSM System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

additional_gsm_system_info_geo_system_index :

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

additional_gsm_system_info_cell_broadcast_support :

a placeholder for the output QmiNasCellBroadcastCapability, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_additional_hdr_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_additional_hdr_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_hdr_system_info_geo_system_index,
                                                         GError **error);

Get the 'Additional HDR System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

additional_hdr_system_info_geo_system_index :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_additional_cdma_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_additional_cdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         guint16 *additional_cdma_system_info_geo_system_index,
                                                         guint16 *additional_cdma_system_info_registration_period,
                                                         GError **error);

Get the 'Additional CDMA System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

additional_cdma_system_info_geo_system_index :

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

additional_cdma_system_info_registration_period :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_lte_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_lte_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *lte_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_domain,
                                                         gboolean *lte_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_service_capability,
                                                         gboolean *lte_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *lte_system_info_roaming_status,
                                                         gboolean *lte_system_info_forbidden_valid,
                                                         gboolean *lte_system_info_forbidden,
                                                         gboolean *lte_system_info_lac_valid,
                                                         guint16 *lte_system_info_lac,
                                                         gboolean *lte_system_info_cid_valid,
                                                         guint32 *lte_system_info_cid,
                                                         gboolean *lte_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *lte_system_info_registration_reject_domain,
                                                         guint8 *lte_system_info_registration_reject_cause,
                                                         gboolean *lte_system_info_network_id_valid,
                                                         const gchar **lte_system_info_mcc,
                                                         const gchar **lte_system_info_mnc,
                                                         gboolean *lte_system_info_tac_valid,
                                                         guint16 *lte_system_info_tac,
                                                         GError **error);

Get the 'LTE System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

lte_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

lte_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

lte_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

lte_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_lac_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_lac :

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

lte_system_info_cid_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_cid :

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

lte_system_info_registration_reject_info_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_registration_reject_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

lte_system_info_registration_reject_cause :

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

lte_system_info_network_id_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_mcc :

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

lte_system_info_mnc :

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

lte_system_info_tac_valid :

a placeholder for the output gboolean, or NULL if not required.

lte_system_info_tac :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_wcdma_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_wcdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *wcdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_domain,
                                                         gboolean *wcdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_service_capability,
                                                         gboolean *wcdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *wcdma_system_info_roaming_status,
                                                         gboolean *wcdma_system_info_forbidden_valid,
                                                         gboolean *wcdma_system_info_forbidden,
                                                         gboolean *wcdma_system_info_lac_valid,
                                                         guint16 *wcdma_system_info_lac,
                                                         gboolean *wcdma_system_info_cid_valid,
                                                         guint32 *wcdma_system_info_cid,
                                                         gboolean *wcdma_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *wcdma_system_info_registration_reject_domain,
                                                         guint8 *wcdma_system_info_registration_reject_cause,
                                                         gboolean *wcdma_system_info_network_id_valid,
                                                         const gchar **wcdma_system_info_mcc,
                                                         const gchar **wcdma_system_info_mnc,
                                                         gboolean *wcdma_system_info_hs_call_status_valid,
                                                         QmiNasWcdmaHsService *wcdma_system_info_hs_call_status,
                                                         gboolean *wcdma_system_info_hs_service_valid,
                                                         QmiNasWcdmaHsService *wcdma_system_info_hs_service,
                                                         gboolean *wcdma_system_info_primary_scrambling_code_valid,
                                                         guint16 *wcdma_system_info_primary_scrambling_code,
                                                         GError **error);

Get the 'WCDMA System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

wcdma_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

wcdma_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

wcdma_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

wcdma_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_lac_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_lac :

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

wcdma_system_info_cid_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_cid :

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

wcdma_system_info_registration_reject_info_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_registration_reject_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

wcdma_system_info_registration_reject_cause :

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

wcdma_system_info_network_id_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_mcc :

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

wcdma_system_info_mnc :

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

wcdma_system_info_hs_call_status_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_hs_call_status :

a placeholder for the output QmiNasWcdmaHsService, or NULL if not required.

wcdma_system_info_hs_service_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_hs_service :

a placeholder for the output QmiNasWcdmaHsService, or NULL if not required.

wcdma_system_info_primary_scrambling_code_valid :

a placeholder for the output gboolean, or NULL if not required.

wcdma_system_info_primary_scrambling_code :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_gsm_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_gsm_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *gsm_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_domain,
                                                         gboolean *gsm_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_service_capability,
                                                         gboolean *gsm_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *gsm_system_info_roaming_status,
                                                         gboolean *gsm_system_info_forbidden_valid,
                                                         gboolean *gsm_system_info_forbidden,
                                                         gboolean *gsm_system_info_lac_valid,
                                                         guint16 *gsm_system_info_lac,
                                                         gboolean *gsm_system_info_cid_valid,
                                                         guint32 *gsm_system_info_cid,
                                                         gboolean *gsm_system_info_registration_reject_info_valid,
                                                         QmiNasNetworkServiceDomain *gsm_system_info_registration_reject_domain,
                                                         guint8 *gsm_system_info_registration_reject_cause,
                                                         gboolean *gsm_system_info_network_id_valid,
                                                         const gchar **gsm_system_info_mcc,
                                                         const gchar **gsm_system_info_mnc,
                                                         gboolean *gsm_system_info_egprs_support_valid,
                                                         gboolean *gsm_system_info_egprs_support,
                                                         gboolean *gsm_system_info_dtm_support_valid,
                                                         gboolean *gsm_system_info_dtm_support,
                                                         GError **error);

Get the 'GSM System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

gsm_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

gsm_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

gsm_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

gsm_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_lac_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_lac :

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

gsm_system_info_cid_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_cid :

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

gsm_system_info_registration_reject_info_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_registration_reject_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

gsm_system_info_registration_reject_cause :

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

gsm_system_info_network_id_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_mcc :

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

gsm_system_info_mnc :

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

gsm_system_info_egprs_support_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_egprs_support :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_dtm_support_valid :

a placeholder for the output gboolean, or NULL if not required.

gsm_system_info_dtm_support :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_hdr_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_hdr_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *hdr_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *hdr_system_info_domain,
                                                         gboolean *hdr_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *hdr_system_info_service_capability,
                                                         gboolean *hdr_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *hdr_system_info_roaming_status,
                                                         gboolean *hdr_system_info_forbidden_valid,
                                                         gboolean *hdr_system_info_forbidden,
                                                         gboolean *hdr_system_info_prl_match_valid,
                                                         gboolean *hdr_system_info_prl_match,
                                                         gboolean *hdr_system_info_personality_valid,
                                                         QmiNasHdrPersonality *hdr_system_info_personality,
                                                         gboolean *hdr_system_info_protocol_revision_valid,
                                                         QmiNasHdrProtocolRevision *hdr_system_info_protocol_revision,
                                                         gboolean *hdr_system_info_is_856_system_id_valid,
                                                         const gchar **hdr_system_info_is_856_system_id,
                                                         GError **error);

Get the 'HDR System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

hdr_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

hdr_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

hdr_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

hdr_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_prl_match_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_prl_match :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_personality_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_personality :

a placeholder for the output QmiNasHdrPersonality, or NULL if not required.

hdr_system_info_protocol_revision_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_protocol_revision :

a placeholder for the output QmiNasHdrProtocolRevision, or NULL if not required.

hdr_system_info_is_856_system_id_valid :

a placeholder for the output gboolean, or NULL if not required.

hdr_system_info_is_856_system_id :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_cdma_system_info ()

gboolean            qmi_message_nas_get_system_info_output_get_cdma_system_info
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         gboolean *cdma_system_info_domain_valid,
                                                         QmiNasNetworkServiceDomain *cdma_system_info_domain,
                                                         gboolean *cdma_system_info_service_capability_valid,
                                                         QmiNasNetworkServiceDomain *cdma_system_info_service_capability,
                                                         gboolean *cdma_system_info_roaming_status_valid,
                                                         QmiNasRoamingStatus *cdma_system_info_roaming_status,
                                                         gboolean *cdma_system_info_forbidden_valid,
                                                         gboolean *cdma_system_info_forbidden,
                                                         gboolean *cdma_system_info_prl_match_valid,
                                                         gboolean *cdma_system_info_prl_match,
                                                         gboolean *cdma_system_info_p_rev_valid,
                                                         guint8 *cdma_system_info_p_rev,
                                                         gboolean *cdma_system_info_base_station_p_rev_valid,
                                                         guint8 *cdma_system_info_base_station_p_rev,
                                                         gboolean *cdma_system_info_concurrent_service_support_valid,
                                                         gboolean *cdma_system_info_concurrent_service_support,
                                                         gboolean *cdma_system_info_cdma_system_id_valid,
                                                         guint16 *cdma_system_info_sid,
                                                         guint16 *cdma_system_info_nid,
                                                         gboolean *cdma_system_info_base_station_info_valid,
                                                         guint16 *cdma_system_info_base_station_id,
                                                         gint32 *cdma_system_info_base_station_latitude,
                                                         gint32 *cdma_system_info_base_station_longitude,
                                                         gboolean *cdma_system_info_packet_zone_valid,
                                                         guint16 *cdma_system_info_packet_zone,
                                                         gboolean *cdma_system_info_network_id_valid,
                                                         const gchar **cdma_system_info_mcc,
                                                         const gchar **cdma_system_info_mnc,
                                                         GError **error);

Get the 'CDMA System Info' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

cdma_system_info_domain_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_domain :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

cdma_system_info_service_capability_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_service_capability :

a placeholder for the output QmiNasNetworkServiceDomain, or NULL if not required.

cdma_system_info_roaming_status_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_roaming_status :

a placeholder for the output QmiNasRoamingStatus, or NULL if not required.

cdma_system_info_forbidden_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_forbidden :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_prl_match_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_prl_match :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_p_rev_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_p_rev :

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

cdma_system_info_base_station_p_rev_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_base_station_p_rev :

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

cdma_system_info_concurrent_service_support_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_concurrent_service_support :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_cdma_system_id_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_sid :

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

cdma_system_info_nid :

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

cdma_system_info_base_station_info_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_base_station_id :

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

cdma_system_info_base_station_latitude :

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

cdma_system_info_base_station_longitude :

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

cdma_system_info_packet_zone_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_packet_zone :

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

cdma_system_info_network_id_valid :

a placeholder for the output gboolean, or NULL if not required.

cdma_system_info_mcc :

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

cdma_system_info_mnc :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_lte_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_lte_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *lte_service_status_service_status,
                                                         QmiNasServiceStatus *lte_service_status_true_service_status,
                                                         gboolean *lte_service_status_preferred_data_path,
                                                         GError **error);

Get the 'LTE Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

lte_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

lte_service_status_true_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

lte_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_wcdma_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_wcdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *wcdma_service_status_service_status,
                                                         QmiNasServiceStatus *wcdma_service_status_true_service_status,
                                                         gboolean *wcdma_service_status_preferred_data_path,
                                                         GError **error);

Get the 'WCDMA Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

wcdma_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

wcdma_service_status_true_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

wcdma_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_gsm_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_gsm_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *gsm_service_status_service_status,
                                                         QmiNasServiceStatus *gsm_service_status_true_service_status,
                                                         gboolean *gsm_service_status_preferred_data_path,
                                                         GError **error);

Get the 'GSM Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

gsm_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

gsm_service_status_true_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

gsm_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_hdr_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_hdr_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *hdr_service_status_service_status,
                                                         gboolean *hdr_service_status_preferred_data_path,
                                                         GError **error);

Get the 'HDR Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

hdr_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

hdr_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_nas_get_system_info_output_get_cdma_service_status ()

gboolean            qmi_message_nas_get_system_info_output_get_cdma_service_status
                                                        (QmiMessageNasGetSystemInfoOutput *self,
                                                         QmiNasServiceStatus *cdma_service_status_service_status,
                                                         gboolean *cdma_service_status_preferred_data_path,
                                                         GError **error);

Get the 'CDMA Service Status' field from self.

self :

a QmiMessageNasGetSystemInfoOutput.

cdma_service_status_service_status :

a placeholder for the output QmiNasServiceStatus, or NULL if not required.

cdma_service_status_preferred_data_path :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_client_nas_get_system_info ()

void                qmi_client_nas_get_system_info      (QmiClientNas *self,
                                                         gpointer unused,
                                                         guint timeout,
                                                         GCancellable *cancellable,
                                                         GAsyncReadyCallback callback,
                                                         gpointer user_data);

Asynchronously sends a Get System Info request to the device.

When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.

You can then call qmi_client_nas_get_system_info_finish() to get the result of the operation.

self :

a QmiClientNas.

unused :

NULL. This message doesn't have any input bundle.

timeout :

maximum time to wait for the method to complete, in seconds.

cancellable :

a GCancellable or NULL.

callback :

a GAsyncReadyCallback to call when the request is satisfied.

user_data :

user data to pass to callback.

qmi_client_nas_get_system_info_finish ()

QmiMessageNasGetSystemInfoOutput * qmi_client_nas_get_system_info_finish
                                                        (QmiClientNas *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Finishes an async operation started with qmi_client_nas_get_system_info().

self :

a QmiClientNas.

res :

the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_nas_get_system_info().

error :

Return location for error or NULL.

Returns :

a QmiMessageNasGetSystemInfoOutput, or NULL if error is set. The returned value should be freed with qmi_message_nas_get_system_info_output_unref().