Top |
NAS Get LTE Cphy CA Info responseNAS Get LTE Cphy CA Info response — Methods to manage the NAS Get LTE Cphy CA Info response. |
GBoxed ├── QmiMessageNasGetLteCphyCaInfoOutput ╰── QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc
Collection of methods to create requests and parse responses of the NAS Get LTE Cphy CA Info message.
QmiMessageNasGetLteCphyCaInfoOutput *
qmi_message_nas_get_lte_cphy_ca_info_output_ref
(QmiMessageNasGetLteCphyCaInfoOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.16
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.
Since: 1.16
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_result (QmiMessageNasGetLteCphyCaInfoOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.16
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
.
self |
||
value_dl_bandwidth |
a placeholder for the output QmiNasDLBandwidth, or |
[out][optional] |
error |
Return location for error or |
Since: 1.16
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_rx_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
.
self |
||
value_phy_ca_agg_scell_info_physical_cell_id |
a placeholder for the output guint16, or |
[out][optional] |
value_phy_ca_agg_scell_info_rx_channel |
a placeholder for the output guint16, or |
[out][optional] |
value_phy_ca_agg_scell_info_dl_bandwidth |
a placeholder for the output QmiNasDLBandwidth, or |
[out][optional] |
value_phy_ca_agg_scell_info_lte_band |
a placeholder for the output QmiNasActiveBand, or |
[out][optional] |
value_phy_ca_agg_scell_info_state |
a placeholder for the output QmiNasScellState, or |
[out][optional] |
error |
Return location for error or |
Since: 1.16
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_rx_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
.
self |
||
value_phy_ca_agg_pcell_info_physical_cell_id |
a placeholder for the output guint16, or |
[out][optional] |
value_phy_ca_agg_pcell_info_rx_channel |
a placeholder for the output guint16, or |
[out][optional] |
value_phy_ca_agg_pcell_info_dl_bandwidth |
a placeholder for the output QmiNasDLBandwidth, or |
[out][optional] |
value_phy_ca_agg_pcell_info_lte_band |
a placeholder for the output QmiNasActiveBand, or |
[out][optional] |
error |
Return location for error or |
Since: 1.16
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
.
Since: 1.16
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_secondary_cells (QmiMessageNasGetLteCphyCaInfoOutput *self
,GArray **value_phy_ca_agg_secondary_cells
,GError **error
);
Get the 'Phy CA Agg Secondary Cells' field from self
.
[skip]
self |
||
value_phy_ca_agg_secondary_cells |
a placeholder for the output GArray of QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc elements, or |
[out][optional][element-type QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc][transfer none] |
error |
Return location for error or |
Since: 1.22
gboolean qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_secondary_cells_gir (QmiMessageNasGetLteCphyCaInfoOutput *self
,GPtrArray **value_phy_ca_agg_secondary_cells_ptr
,GError **error
);
Get the 'Phy CA Agg Secondary Cells' field from self
.
Version of qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_secondary_cells()
using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_message_nas_get_lte_cphy_ca_info_output_get_phy_ca_agg_secondary_cells]
self |
||
value_phy_ca_agg_secondary_cells_ptr |
a placeholder for the output array of QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc elements, or |
[out][optional][element-type QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc][transfer none] |
error |
Return location for error or |
Since: 1.32
QmiMessageNasGetLteCphyCaInfoOutput * qmi_message_nas_get_lte_cphy_ca_info_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageNasGetLteCphyCaInfoOutput out of it. The operation fails if the message is of the wrong type.
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()
.
Since: 1.34
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.
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.16
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()
.
self |
a QmiClientNas. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
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()
.
Since: 1.16
typedef struct _QmiMessageNasGetLteCphyCaInfoOutput QmiMessageNasGetLteCphyCaInfoOutput;
The QmiMessageNasGetLteCphyCaInfoOutput structure contains private data and should only be accessed using the provided API.
Since: 1.16
typedef struct { guint16 physical_cell_id; guint16 rx_channel; QmiNasDLBandwidth dl_bandwidth; QmiNasActiveBand lte_band; QmiNasScellState state; guint8 cell_index; } QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc;
A QmiMessageNasGetLteCphyCaInfoOutputPhyCaAggSecondaryCellsSsc struct.
guint16 |
a guint16. |
|
guint16 |
a guint16. |
|
QmiNasDLBandwidth |
||
QmiNasActiveBand |
||
QmiNasScellState |
||
guint8 |
a guint8. |
Since: 1.22