| Top |  |  |  |  | 
QmiMessageNasSwiGetStatusOutput *
qmi_message_nas_swi_get_status_output_ref
                               (QmiMessageNasSwiGetStatusOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.24
void
qmi_message_nas_swi_get_status_output_unref
                               (QmiMessageNasSwiGetStatusOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.24
gboolean qmi_message_nas_swi_get_status_output_get_result (QmiMessageNasSwiGetStatusOutput *self,GError **error);
Get the result of the QMI operation.
Since: 1.24
gboolean qmi_message_nas_swi_get_status_output_get_common_info (QmiMessageNasSwiGetStatusOutput *self,guint8 *value_common_info_temperature,QmiNasSwiModemMode *value_common_info_modem_mode,QmiNasSwiSystemMode *value_common_info_system_mode,QmiNasSwiImsRegState *value_common_info_ims_registration_state,QmiNasSwiPsState *value_common_info_packet_service_state,GError **error);
Get the 'Common Info' field from self
.
| self | ||
| value_common_info_temperature | a placeholder for the output guint8, or  | |
| value_common_info_modem_mode | a placeholder for the output QmiNasSwiModemMode, or  | |
| value_common_info_system_mode | a placeholder for the output QmiNasSwiSystemMode, or  | |
| value_common_info_ims_registration_state | a placeholder for the output QmiNasSwiImsRegState, or  | |
| value_common_info_packet_service_state | a placeholder for the output QmiNasSwiPsState, or  | |
| error | Return location for error or  | 
Since: 1.24
gboolean qmi_message_nas_swi_get_status_output_get_lte_info (QmiMessageNasSwiGetStatusOutput *self,QmiNasActiveBand *value_lte_info_band,QmiNasDLBandwidth *value_lte_info_bandwidth,guint16 *value_lte_info_rx_channel,guint16 *value_lte_info_tx_channel,QmiNasSwiEmmState *value_lte_info_emm_state,guint8 *value_lte_info_emm_sub_state,QmiNasSwiEmmConnectionState *value_lte_info_emm_connection_state,GError **error);
Get the 'LTE Info' field from self
.
| self | ||
| value_lte_info_band | a placeholder for the output QmiNasActiveBand, or  | |
| value_lte_info_bandwidth | a placeholder for the output QmiNasDLBandwidth, or  | |
| value_lte_info_rx_channel | a placeholder for the output guint16, or  | |
| value_lte_info_tx_channel | a placeholder for the output guint16, or  | |
| value_lte_info_emm_state | a placeholder for the output QmiNasSwiEmmState, or  | |
| value_lte_info_emm_sub_state | a placeholder for the output guint8, or  | |
| value_lte_info_emm_connection_state | a placeholder for the output QmiNasSwiEmmConnectionState, or  | |
| error | Return location for error or  | 
Since: 1.24
void qmi_client_nas_swi_get_status (QmiClientNas *self,gpointer unused,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously sends a Swi Get Status 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_swi_get_status_finish() to get the result of the operation.
| self | a QmiClientNas. | |
| unused | 
 | |
| timeout | maximum time to wait for the method to complete, in seconds. | |
| cancellable | a GCancellable or  | |
| callback | a GAsyncReadyCallback to call when the request is satisfied. | |
| user_data | user data to pass to  | 
Since: 1.24
QmiMessageNasSwiGetStatusOutput * qmi_client_nas_swi_get_status_finish (QmiClientNas *self,GAsyncResult *res,GError **error);
Finishes an async operation started with qmi_client_nas_swi_get_status().
| self | a QmiClientNas. | |
| res | the GAsyncResult obtained from the GAsyncReadyCallback passed to  | |
| error | Return location for error or  | 
 a QmiMessageNasSwiGetStatusOutput, or NULL if error
is set. The returned value should be freed with qmi_message_nas_swi_get_status_output_unref().
Since: 1.24
typedef struct _QmiMessageNasSwiGetStatusOutput QmiMessageNasSwiGetStatusOutput;
The QmiMessageNasSwiGetStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.24