Top |
VOICE Originate USSD No Wait responseVOICE Originate USSD No Wait response — Methods to manage the VOICE Originate USSD No Wait response. |
GBoxed ├── QmiMessageVoiceOriginateUssdNoWaitInput ╰── QmiMessageVoiceOriginateUssdNoWaitOutput
Collection of methods to create requests and parse responses of the VOICE Originate USSD No Wait message.
QmiMessageVoiceOriginateUssdNoWaitInput *
qmi_message_voice_originate_ussd_no_wait_input_new
(void
);
Allocates a new QmiMessageVoiceOriginateUssdNoWaitInput.
the newly created QmiMessageVoiceOriginateUssdNoWaitInput. The returned value should be freed with qmi_message_voice_originate_ussd_no_wait_input_unref()
.
Since: 1.26
QmiMessageVoiceOriginateUssdNoWaitInput *
qmi_message_voice_originate_ussd_no_wait_input_ref
(QmiMessageVoiceOriginateUssdNoWaitInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_message_voice_originate_ussd_no_wait_input_unref
(QmiMessageVoiceOriginateUssdNoWaitInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_message_voice_originate_ussd_no_wait_input_get_uss_data (QmiMessageVoiceOriginateUssdNoWaitInput *self
,QmiVoiceUssDataCodingScheme *value_uss_data_data_coding_scheme
,GArray **value_uss_data_data
,GError **error
);
Get the 'USS Data' field from self
.
self |
||
value_uss_data_data_coding_scheme |
a placeholder for the output QmiVoiceUssDataCodingScheme, or |
[out][optional] |
value_uss_data_data |
a placeholder for the output GArray of guint8 elements, or |
[out][optional][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.26
gboolean qmi_message_voice_originate_ussd_no_wait_input_set_uss_data (QmiMessageVoiceOriginateUssdNoWaitInput *self
,QmiVoiceUssDataCodingScheme value_uss_data_data_coding_scheme
,GArray *value_uss_data_data
,GError **error
);
Set the 'USS Data' field in the message.
self |
||
value_uss_data_data_coding_scheme |
||
value_uss_data_data |
a GArray of guint8 elements. A new reference to |
[in][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.26
QmiMessageVoiceOriginateUssdNoWaitOutput *
qmi_message_voice_originate_ussd_no_wait_output_ref
(QmiMessageVoiceOriginateUssdNoWaitOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_message_voice_originate_ussd_no_wait_output_unref
(QmiMessageVoiceOriginateUssdNoWaitOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_message_voice_originate_ussd_no_wait_output_get_result (QmiMessageVoiceOriginateUssdNoWaitOutput *self
,GError **error
);
Get the result of the QMI operation.
self |
a QmiMessageVoiceOriginateUssdNoWaitOutput. |
|
error |
Return location for error or |
Since: 1.26
QmiMessageVoiceOriginateUssdNoWaitOutput * qmi_message_voice_originate_ussd_no_wait_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageVoiceOriginateUssdNoWaitOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessageVoiceOriginateUssdNoWaitOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_voice_originate_ussd_no_wait_output_unref()
.
Since: 1.34
void qmi_client_voice_originate_ussd_no_wait (QmiClientVoice *self
,QmiMessageVoiceOriginateUssdNoWaitInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Originate USSD No Wait 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_voice_originate_ussd_no_wait_finish()
to get the result of the operation.
self |
||
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.26
QmiMessageVoiceOriginateUssdNoWaitOutput * qmi_client_voice_originate_ussd_no_wait_finish (QmiClientVoice *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_voice_originate_ussd_no_wait()
.
self |
||
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageVoiceOriginateUssdNoWaitOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_voice_originate_ussd_no_wait_output_unref()
.
Since: 1.26
typedef struct _QmiMessageVoiceOriginateUssdNoWaitInput QmiMessageVoiceOriginateUssdNoWaitInput;
The QmiMessageVoiceOriginateUssdNoWaitInput structure contains private data and should only be accessed using the provided API.
Since: 1.26
typedef struct _QmiMessageVoiceOriginateUssdNoWaitOutput QmiMessageVoiceOriginateUssdNoWaitOutput;
The QmiMessageVoiceOriginateUssdNoWaitOutput structure contains private data and should only be accessed using the provided API.
Since: 1.26