Top |
PDS Get AGPS Config responsePDS Get AGPS Config response — Methods to manage the PDS Get AGPS Config response. |
Collection of methods to create requests and parse responses of the PDS Get AGPS Config message.
QmiMessagePdsGetAgpsConfigInput *
qmi_message_pds_get_agps_config_input_new
(void
);
Allocates a new QmiMessagePdsGetAgpsConfigInput.
the newly created QmiMessagePdsGetAgpsConfigInput. The returned value should be freed with qmi_message_pds_get_agps_config_input_unref()
.
Since: 1.12
QmiMessagePdsGetAgpsConfigInput *
qmi_message_pds_get_agps_config_input_ref
(QmiMessagePdsGetAgpsConfigInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.12
void
qmi_message_pds_get_agps_config_input_unref
(QmiMessagePdsGetAgpsConfigInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.12
gboolean qmi_message_pds_get_agps_config_input_get_network_mode (QmiMessagePdsGetAgpsConfigInput *self
,QmiPdsNetworkMode *value_network_mode
,GError **error
);
Get the 'Network Mode' field from self
.
self |
||
value_network_mode |
a placeholder for the output QmiPdsNetworkMode, or |
[out][optional] |
error |
Return location for error or |
Since: 1.12
gboolean qmi_message_pds_get_agps_config_input_set_network_mode (QmiMessagePdsGetAgpsConfigInput *self
,QmiPdsNetworkMode value_network_mode
,GError **error
);
Set the 'Network Mode' field in the message.
Since: 1.12
QmiMessagePdsGetAgpsConfigOutput *
qmi_message_pds_get_agps_config_output_ref
(QmiMessagePdsGetAgpsConfigOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.12
void
qmi_message_pds_get_agps_config_output_unref
(QmiMessagePdsGetAgpsConfigOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.12
gboolean qmi_message_pds_get_agps_config_output_get_result (QmiMessagePdsGetAgpsConfigOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.12
gboolean qmi_message_pds_get_agps_config_output_get_location_server_address (QmiMessagePdsGetAgpsConfigOutput *self
,guint32 *value_location_server_address_ip
,guint32 *value_location_server_address_port
,GError **error
);
Get the 'Location Server Address' field from self
.
Since: 1.12
gboolean qmi_message_pds_get_agps_config_output_get_location_server_url (QmiMessagePdsGetAgpsConfigOutput *self
,GArray **value_location_server_url
,GError **error
);
Get the 'Location Server URL' field from self
.
Since: 1.12
QmiMessagePdsGetAgpsConfigOutput * qmi_message_pds_get_agps_config_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessagePdsGetAgpsConfigOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessagePdsGetAgpsConfigOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_pds_get_agps_config_output_unref()
.
Since: 1.34
void qmi_client_pds_get_agps_config (QmiClientPds *self
,QmiMessagePdsGetAgpsConfigInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Get AGPS Config 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_pds_get_agps_config_finish()
to get the result of the operation.
self |
a QmiClientPds. |
|
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.12
QmiMessagePdsGetAgpsConfigOutput * qmi_client_pds_get_agps_config_finish (QmiClientPds *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_pds_get_agps_config()
.
self |
a QmiClientPds. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessagePdsGetAgpsConfigOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_pds_get_agps_config_output_unref()
.
Since: 1.12
typedef struct _QmiMessagePdsGetAgpsConfigInput QmiMessagePdsGetAgpsConfigInput;
The QmiMessagePdsGetAgpsConfigInput structure contains private data and should only be accessed using the provided API.
Since: 1.12
typedef struct _QmiMessagePdsGetAgpsConfigOutput QmiMessagePdsGetAgpsConfigOutput;
The QmiMessagePdsGetAgpsConfigOutput structure contains private data and should only be accessed using the provided API.
Since: 1.12