libqmi-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
QmiMessageOmaSendSelectionInput; QmiMessageOmaSendSelectionOutput; QmiMessageOmaSendSelectionInput * qmi_message_oma_send_selection_input_new (void
); QmiMessageOmaSendSelectionInput * qmi_message_oma_send_selection_input_ref (QmiMessageOmaSendSelectionInput *self
); void qmi_message_oma_send_selection_input_unref (QmiMessageOmaSendSelectionInput *self
); gboolean qmi_message_oma_send_selection_input_get_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean *network_initiated_alert_selection_control_point_selection_accept
,guint16 *network_initiated_alert_selection_session_id
,GError **error
); gboolean qmi_message_oma_send_selection_input_set_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean network_initiated_alert_selection_control_point_selection_accept
,guint16 network_initiated_alert_selection_session_id
,GError **error
); QmiMessageOmaSendSelectionOutput * qmi_message_oma_send_selection_output_ref (QmiMessageOmaSendSelectionOutput *self
); void qmi_message_oma_send_selection_output_unref (QmiMessageOmaSendSelectionOutput *self
); gboolean qmi_message_oma_send_selection_output_get_result (QmiMessageOmaSendSelectionOutput *self
,GError **error
); void qmi_client_oma_send_selection (QmiClientOma *self
,QmiMessageOmaSendSelectionInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); QmiMessageOmaSendSelectionOutput * qmi_client_oma_send_selection_finish (QmiClientOma *self
,GAsyncResult *res
,GError **error
);
GBoxed +----QmiMessageOmaSendSelectionInput
GBoxed +----QmiMessageOmaSendSelectionOutput
typedef struct _QmiMessageOmaSendSelectionInput QmiMessageOmaSendSelectionInput;
The QmiMessageOmaSendSelectionInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageOmaSendSelectionOutput QmiMessageOmaSendSelectionOutput;
The QmiMessageOmaSendSelectionOutput structure contains private data and should only be accessed using the provided API.
QmiMessageOmaSendSelectionInput * qmi_message_oma_send_selection_input_new
(void
);
Allocates a new QmiMessageOmaSendSelectionInput.
Returns : |
the newly created QmiMessageOmaSendSelectionInput. The returned value should be freed with qmi_message_oma_send_selection_input_unref() . |
QmiMessageOmaSendSelectionInput * qmi_message_oma_send_selection_input_ref
(QmiMessageOmaSendSelectionInput *self
);
Atomically increments the reference count of self
by one.
|
a QmiMessageOmaSendSelectionInput. |
Returns : |
the new reference to self . |
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.
|
a QmiMessageOmaSendSelectionInput. |
gboolean qmi_message_oma_send_selection_input_get_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean *network_initiated_alert_selection_control_point_selection_accept
,guint16 *network_initiated_alert_selection_session_id
,GError **error
);
Get the 'Network Initiated Alert Selection' field from self
.
|
a QmiMessageOmaSendSelectionInput. |
|
a placeholder for the output gboolean, or NULL if not required. |
|
a placeholder for the output guint16, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_oma_send_selection_input_set_network_initiated_alert_selection (QmiMessageOmaSendSelectionInput *self
,gboolean network_initiated_alert_selection_control_point_selection_accept
,guint16 network_initiated_alert_selection_session_id
,GError **error
);
Set the 'Network Initiated Alert Selection' field in the message.
QmiMessageOmaSendSelectionOutput * qmi_message_oma_send_selection_output_ref
(QmiMessageOmaSendSelectionOutput *self
);
Atomically increments the reference count of self
by one.
|
a QmiMessageOmaSendSelectionOutput. |
Returns : |
the new reference to self . |
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.
|
a QmiMessageOmaSendSelectionOutput. |
gboolean qmi_message_oma_send_selection_output_get_result (QmiMessageOmaSendSelectionOutput *self
,GError **error
);
Get the result of the QMI operation.
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.
|
a QmiClientOma. |
|
a QmiMessageOmaSendSelectionInput. |
|
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 . |
QmiMessageOmaSendSelectionOutput * qmi_client_oma_send_selection_finish (QmiClientOma *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_oma_send_selection()
.
|
a QmiClientOma. |
|
the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_oma_send_selection() . |
|
Return location for error or NULL . |
Returns : |
a QmiMessageOmaSendSelectionOutput, or NULL if error is set. The returned value should be freed with qmi_message_oma_send_selection_output_unref() . |