Top |
OMA Send Selection responseOMA Send Selection response — Methods to manage the OMA Send Selection response. |
Collection of methods to create requests and parse responses of the OMA Send Selection message.
QmiMessageOmaSendSelectionInput *
qmi_message_oma_send_selection_input_new
(void
);
Allocates a new QmiMessageOmaSendSelectionInput.
the newly created QmiMessageOmaSendSelectionInput. The returned value should be freed with qmi_message_oma_send_selection_input_unref()
.
Since: 1.6
QmiMessageOmaSendSelectionInput *
qmi_message_oma_send_selection_input_ref
(QmiMessageOmaSendSelectionInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.6
void
qmi_message_oma_send_selection_input_unref
(QmiMessageOmaSendSelectionInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.6
gboolean qmi_message_oma_send_selection_input_get_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean *value_network_initiated_alert_selection_control_point_selection_accept
,guint16 *value_network_initiated_alert_selection_session_id
,GError **error
);
Get the 'Network Initiated Alert Selection' field from self
.
self |
||
value_network_initiated_alert_selection_control_point_selection_accept |
a placeholder for the output gboolean, or |
[out][optional] |
value_network_initiated_alert_selection_session_id |
a placeholder for the output guint16, or |
[out][optional] |
error |
Return location for error or |
Since: 1.6
gboolean qmi_message_oma_send_selection_input_set_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean value_network_initiated_alert_selection_control_point_selection_accept
,guint16 value_network_initiated_alert_selection_session_id
,GError **error
);
Set the 'Network Initiated Alert Selection' field in the message.
Since: 1.6
QmiMessageOmaSendSelectionOutput *
qmi_message_oma_send_selection_output_ref
(QmiMessageOmaSendSelectionOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.6
void
qmi_message_oma_send_selection_output_unref
(QmiMessageOmaSendSelectionOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.6
gboolean qmi_message_oma_send_selection_output_get_result (QmiMessageOmaSendSelectionOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.6
QmiMessageOmaSendSelectionOutput * qmi_message_oma_send_selection_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageOmaSendSelectionOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessageOmaSendSelectionOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_oma_send_selection_output_unref()
.
Since: 1.34
void qmi_client_oma_send_selection (QmiClientOma *self
,QmiMessageOmaSendSelectionInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Send Selection 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_oma_send_selection_finish()
to get the result of the operation.
self |
a QmiClientOma. |
|
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 |
Since: 1.6
QmiMessageOmaSendSelectionOutput * qmi_client_oma_send_selection_finish (QmiClientOma *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_oma_send_selection()
.
self |
a QmiClientOma. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageOmaSendSelectionOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_oma_send_selection_output_unref()
.
Since: 1.6
typedef struct _QmiMessageOmaSendSelectionInput QmiMessageOmaSendSelectionInput;
The QmiMessageOmaSendSelectionInput structure contains private data and should only be accessed using the provided API.
Since: 1.6
typedef struct _QmiMessageOmaSendSelectionOutput QmiMessageOmaSendSelectionOutput;
The QmiMessageOmaSendSelectionOutput structure contains private data and should only be accessed using the provided API.
Since: 1.6