Top |
GBoxed ├── QmiMessageNasConfigSignalInfoInput ╰── QmiMessageNasConfigSignalInfoOutput
QmiMessageNasConfigSignalInfoInput *
qmi_message_nas_config_signal_info_input_new
(void
);
Allocates a new QmiMessageNasConfigSignalInfoInput.
the newly created QmiMessageNasConfigSignalInfoInput. The returned value should be freed with qmi_message_nas_config_signal_info_input_unref()
.
QmiMessageNasConfigSignalInfoInput *
qmi_message_nas_config_signal_info_input_ref
(QmiMessageNasConfigSignalInfoInput *self
);
Atomically increments the reference count of self
by one.
void
qmi_message_nas_config_signal_info_input_unref
(QmiMessageNasConfigSignalInfoInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_message_nas_config_signal_info_input_get_rscp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rscp_threshold
,GError **error
);
Get the 'RSCP Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_rscp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rscp_threshold
,GError **error
);
Set the 'RSCP Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_lte_report (QmiMessageNasConfigSignalInfoInput *self
,guint8 *lte_report_rate
,guint8 *lte_report_average_period
,GError **error
);
Get the 'LTE Report' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_lte_report (QmiMessageNasConfigSignalInfoInput *self
,guint8 lte_report_rate
,guint8 lte_report_average_period
,GError **error
);
Set the 'LTE Report' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_rsrp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rsrp_threshold
,GError **error
);
Get the 'RSRP Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_rsrp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rsrp_threshold
,GError **error
);
Set the 'RSRP Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_rsrq_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rsrq_threshold
,GError **error
);
Get the 'RSRQ Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_rsrq_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rsrq_threshold
,GError **error
);
Set the 'RSRQ Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_io_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **io_threshold
,GError **error
);
Get the 'IO Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_io_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *io_threshold
,GError **error
);
Set the 'IO Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_lte_snr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **lte_snr_threshold
,GError **error
);
Get the 'LTE SNR Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_lte_snr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *lte_snr_threshold
,GError **error
);
Set the 'LTE SNR Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_sinr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **sinr_threshold
,GError **error
);
Get the 'SINR Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_sinr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *sinr_threshold
,GError **error
);
Set the 'SINR Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_ecio_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **ecio_threshold
,GError **error
);
Get the 'ECIO Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_ecio_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *ecio_threshold
,GError **error
);
Set the 'ECIO Threshold' field in the message.
gboolean qmi_message_nas_config_signal_info_input_get_rssi_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rssi_threshold
,GError **error
);
Get the 'RSSI Threshold' field from self
.
gboolean qmi_message_nas_config_signal_info_input_set_rssi_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rssi_threshold
,GError **error
);
Set the 'RSSI Threshold' field in the message.
QmiMessageNasConfigSignalInfoOutput *
qmi_message_nas_config_signal_info_output_ref
(QmiMessageNasConfigSignalInfoOutput *self
);
Atomically increments the reference count of self
by one.
void
qmi_message_nas_config_signal_info_output_unref
(QmiMessageNasConfigSignalInfoOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_message_nas_config_signal_info_output_get_result (QmiMessageNasConfigSignalInfoOutput *self
,GError **error
);
Get the result of the QMI operation.
void qmi_client_nas_config_signal_info (QmiClientNas *self
,QmiMessageNasConfigSignalInfoInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Config Signal 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_config_signal_info_finish()
to get the result of the operation.
self |
a QmiClientNas. |
|
input |
||
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 |
QmiMessageNasConfigSignalInfoOutput * qmi_client_nas_config_signal_info_finish (QmiClientNas *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_nas_config_signal_info()
.
self |
a QmiClientNas. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageNasConfigSignalInfoOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_nas_config_signal_info_output_unref()
.
typedef struct _QmiMessageNasConfigSignalInfoInput QmiMessageNasConfigSignalInfoInput;
The QmiMessageNasConfigSignalInfoInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageNasConfigSignalInfoOutput QmiMessageNasConfigSignalInfoOutput;
The QmiMessageNasConfigSignalInfoOutput structure contains private data and should only be accessed using the provided API.