libqmi-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
QmiMessageNasConfigSignalInfoInput; QmiMessageNasConfigSignalInfoOutput; QmiMessageNasConfigSignalInfoInput * qmi_message_nas_config_signal_info_input_new (void
); QmiMessageNasConfigSignalInfoInput * qmi_message_nas_config_signal_info_input_ref (QmiMessageNasConfigSignalInfoInput *self
); void qmi_message_nas_config_signal_info_input_unref (QmiMessageNasConfigSignalInfoInput *self
); gboolean qmi_message_nas_config_signal_info_input_get_rscp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rscp_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_rscp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rscp_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_lte_report (QmiMessageNasConfigSignalInfoInput *self
,guint8 *lte_report_rate
,guint8 *lte_report_average_period
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_lte_report (QmiMessageNasConfigSignalInfoInput *self
,guint8 lte_report_rate
,guint8 lte_report_average_period
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_rsrp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rsrp_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_rsrp_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rsrp_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_rsrq_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rsrq_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_rsrq_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rsrq_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_io_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **io_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_io_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *io_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_lte_snr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **lte_snr_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_lte_snr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *lte_snr_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_sinr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **sinr_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_sinr_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *sinr_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_ecio_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **ecio_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_ecio_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *ecio_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_get_rssi_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray **rssi_threshold
,GError **error
); gboolean qmi_message_nas_config_signal_info_input_set_rssi_threshold (QmiMessageNasConfigSignalInfoInput *self
,GArray *rssi_threshold
,GError **error
); QmiMessageNasConfigSignalInfoOutput * qmi_message_nas_config_signal_info_output_ref (QmiMessageNasConfigSignalInfoOutput *self
); void qmi_message_nas_config_signal_info_output_unref (QmiMessageNasConfigSignalInfoOutput *self
); gboolean qmi_message_nas_config_signal_info_output_get_result (QmiMessageNasConfigSignalInfoOutput *self
,GError **error
); void qmi_client_nas_config_signal_info (QmiClientNas *self
,QmiMessageNasConfigSignalInfoInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); QmiMessageNasConfigSignalInfoOutput * qmi_client_nas_config_signal_info_finish (QmiClientNas *self
,GAsyncResult *res
,GError **error
);
GBoxed +----QmiMessageNasConfigSignalInfoInput
GBoxed +----QmiMessageNasConfigSignalInfoOutput
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.
QmiMessageNasConfigSignalInfoInput * qmi_message_nas_config_signal_info_input_new
(void
);
Allocates a new QmiMessageNasConfigSignalInfoInput.
Returns : |
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.
|
a QmiMessageNasConfigSignalInfoInput. |
Returns : |
the new reference to self . |
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.
|
a QmiMessageNasConfigSignalInfoInput. |
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
.
|
a QmiMessageNasConfigSignalInfoInput. |
|
a placeholder for the output guint8, or NULL if not required. |
|
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. |
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.
|
a QmiMessageNasConfigSignalInfoOutput. |
Returns : |
the new reference to self . |
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.
|
a QmiMessageNasConfigSignalInfoOutput. |
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.
|
a QmiClientNas. |
|
a QmiMessageNasConfigSignalInfoInput. |
|
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 . |
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()
.
|
a QmiClientNas. |
|
the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_nas_config_signal_info() . |
|
Return location for error or NULL . |
Returns : |
a QmiMessageNasConfigSignalInfoOutput, or NULL if error is set. The returned value should be freed with qmi_message_nas_config_signal_info_output_unref() . |