| libqmi-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
QmiMessageNasGetLteCphyCaInfoOutput; QmiMessageNasGetLteCphyCaInfoOutput * qmi_message_nas_get_lte_cphy_ca_info_output_ref (QmiMessageNasGetLteCphyCaInfoOutput *self); void qmi_message_nas_get_lte_cphy_ca_info_output_unref (QmiMessageNasGetLteCphyCaInfoOutput *self); gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_result (QmiMessageNasGetLteCphyCaInfoOutput *self,GError **error); gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_dl_bandwidth (QmiMessageNasGetLteCphyCaInfoOutput *self,QmiNasDLBandwidth *value_dl_bandwidth,GError **error); gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_scell_info (QmiMessageNasGetLteCphyCaInfoOutput *self,guint16 *value_phy_ca_agg_scell_info_physical_cell_id,guint16 *value_phy_ca_agg_scell_info_tx_channel,QmiNasDLBandwidth *value_phy_ca_agg_scell_info_dl_bandwidth,QmiNasActiveBand *value_phy_ca_agg_scell_info_lte_band,QmiNasScellState *value_phy_ca_agg_scell_info_state,GError **error); gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_pcell_info (QmiMessageNasGetLteCphyCaInfoOutput *self,guint16 *value_phy_ca_agg_pcell_info_physical_cell_id,guint16 *value_phy_ca_agg_pcell_info_tx_channel,QmiNasDLBandwidth *value_phy_ca_agg_pcell_info_dl_bandwidth,QmiNasActiveBand *value_phy_ca_agg_pcell_info_lte_band,GError **error); gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_scell_index (QmiMessageNasGetLteCphyCaInfoOutput *self,guint8 *value_scell_index,GError **error); void qmi_client_nas_get_lte_cphy_ca_info (QmiClientNas *self,gpointer unused,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); QmiMessageNasGetLteCphyCaInfoOutput * qmi_client_nas_get_lte_cphy_ca_info_finish (QmiClientNas *self,GAsyncResult *res,GError **error);
typedef struct _QmiMessageNasGetLteCphyCaInfoOutput QmiMessageNasGetLteCphyCaInfoOutput;
The QmiMessageNasGetLteCphyCaInfoOutput structure contains private data and should only be accessed using the provided API.
QmiMessageNasGetLteCphyCaInfoOutput * qmi_message_nas_get_lte_cphy_ca_info_output_ref
(QmiMessageNasGetLteCphyCaInfoOutput *self);
Atomically increments the reference count of self by one.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
Returns : |
the new reference to self. |
void qmi_message_nas_get_lte_cphy_ca_info_output_unref
(QmiMessageNasGetLteCphyCaInfoOutput *self);
Atomically decrements the reference count of self by one.
If the reference count drops to 0, self is completely disposed.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_result (QmiMessageNasGetLteCphyCaInfoOutput *self,GError **error);
Get the result of the QMI operation.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
|
Return location for error or NULL. |
Returns : |
TRUE if the QMI operation succeeded, FALSE if error is set. |
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_dl_bandwidth (QmiMessageNasGetLteCphyCaInfoOutput *self,QmiNasDLBandwidth *value_dl_bandwidth,GError **error);
Get the 'DL Bandwidth' field from self.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
|
a placeholder for the output QmiNasDLBandwidth, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_scell_info (QmiMessageNasGetLteCphyCaInfoOutput *self,guint16 *value_phy_ca_agg_scell_info_physical_cell_id,guint16 *value_phy_ca_agg_scell_info_tx_channel,QmiNasDLBandwidth *value_phy_ca_agg_scell_info_dl_bandwidth,QmiNasActiveBand *value_phy_ca_agg_scell_info_lte_band,QmiNasScellState *value_phy_ca_agg_scell_info_state,GError **error);
Get the 'Phy CA Agg SCell Info' field from self.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
|
a placeholder for the output guint16, or NULL if not required. |
|
a placeholder for the output guint16, or NULL if not required. |
|
a placeholder for the output QmiNasDLBandwidth, or NULL if not required. |
|
a placeholder for the output QmiNasActiveBand, or NULL if not required. |
|
a placeholder for the output QmiNasScellState, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_pcell_info (QmiMessageNasGetLteCphyCaInfoOutput *self,guint16 *value_phy_ca_agg_pcell_info_physical_cell_id,guint16 *value_phy_ca_agg_pcell_info_tx_channel,QmiNasDLBandwidth *value_phy_ca_agg_pcell_info_dl_bandwidth,QmiNasActiveBand *value_phy_ca_agg_pcell_info_lte_band,GError **error);
Get the 'Phy CA Agg PCell Info' field from self.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
|
a placeholder for the output guint16, or NULL if not required. |
|
a placeholder for the output guint16, or NULL if not required. |
|
a placeholder for the output QmiNasDLBandwidth, or NULL if not required. |
|
a placeholder for the output QmiNasActiveBand, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_scell_index (QmiMessageNasGetLteCphyCaInfoOutput *self,guint8 *value_scell_index,GError **error);
Get the 'SCell index' field from self.
|
a QmiMessageNasGetLteCphyCaInfoOutput. |
|
a placeholder for the output guint8, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
void qmi_client_nas_get_lte_cphy_ca_info (QmiClientNas *self,gpointer unused,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously sends a Get LTE Cphy CA 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_lte_cphy_ca_info_finish() to get the result of the operation.
|
a QmiClientNas. |
|
NULL. This message doesn't have any input bundle. |
|
maximum time to wait for the method to complete, in seconds. |
|
a GCancellable or NULL. |
|
a GAsyncReadyCallback to call when the request is satisfied. |
|
user data to pass to callback. |
QmiMessageNasGetLteCphyCaInfoOutput * qmi_client_nas_get_lte_cphy_ca_info_finish (QmiClientNas *self,GAsyncResult *res,GError **error);
Finishes an async operation started with qmi_client_nas_get_lte_cphy_ca_info().
|
a QmiClientNas. |
|
the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_nas_get_lte_cphy_ca_info(). |
|
Return location for error or NULL. |
Returns : |
a QmiMessageNasGetLteCphyCaInfoOutput, or NULL if error is set. The returned value should be freed with qmi_message_nas_get_lte_cphy_ca_info_output_unref(). |