| Top |  |  |  |  | 
QmiMessagePdsSetAgpsConfigInput *
qmi_message_pds_set_agps_config_input_new
                               (void);
Allocates a new QmiMessagePdsSetAgpsConfigInput.
 the newly created QmiMessagePdsSetAgpsConfigInput. The returned value should be freed with qmi_message_pds_set_agps_config_input_unref().
QmiMessagePdsSetAgpsConfigInput *
qmi_message_pds_set_agps_config_input_ref
                               (QmiMessagePdsSetAgpsConfigInput *self);
Atomically increments the reference count of self
 by one.
void
qmi_message_pds_set_agps_config_input_unref
                               (QmiMessagePdsSetAgpsConfigInput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
gboolean qmi_message_pds_set_agps_config_input_get_network_mode (QmiMessagePdsSetAgpsConfigInput *self,QmiPdsNetworkMode *network_mode,GError **error);
Get the 'Network Mode' field from self
.
| self | ||
| network_mode | a placeholder for the output QmiPdsNetworkMode, or  | |
| error | Return location for error or  | 
gboolean qmi_message_pds_set_agps_config_input_set_network_mode (QmiMessagePdsSetAgpsConfigInput *self,QmiPdsNetworkMode network_mode,GError **error);
Set the 'Network Mode' field in the message.
gboolean qmi_message_pds_set_agps_config_input_get_location_server_url (QmiMessagePdsSetAgpsConfigInput *self,GArray **location_server_url,GError **error);
Get the 'Location Server URL' field from self
.
gboolean qmi_message_pds_set_agps_config_input_set_location_server_url (QmiMessagePdsSetAgpsConfigInput *self,GArray *location_server_url,GError **error);
Set the 'Location Server URL' field in the message.
gboolean qmi_message_pds_set_agps_config_input_get_location_server_address (QmiMessagePdsSetAgpsConfigInput *self,guint32 *location_server_address_ip,guint32 *location_server_address_port,GError **error);
Get the 'Location Server Address' field from self
.
gboolean qmi_message_pds_set_agps_config_input_set_location_server_address (QmiMessagePdsSetAgpsConfigInput *self,guint32 location_server_address_ip,guint32 location_server_address_port,GError **error);
Set the 'Location Server Address' field in the message.
QmiMessagePdsSetAgpsConfigOutput *
qmi_message_pds_set_agps_config_output_ref
                               (QmiMessagePdsSetAgpsConfigOutput *self);
Atomically increments the reference count of self
 by one.
void
qmi_message_pds_set_agps_config_output_unref
                               (QmiMessagePdsSetAgpsConfigOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
gboolean qmi_message_pds_set_agps_config_output_get_result (QmiMessagePdsSetAgpsConfigOutput *self,GError **error);
Get the result of the QMI operation.
void qmi_client_pds_set_agps_config (QmiClientPds *self,QmiMessagePdsSetAgpsConfigInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously sends a Set 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_set_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  | 
QmiMessagePdsSetAgpsConfigOutput * qmi_client_pds_set_agps_config_finish (QmiClientPds *self,GAsyncResult *res,GError **error);
Finishes an async operation started with qmi_client_pds_set_agps_config().
| self | a QmiClientPds. | |
| res | the GAsyncResult obtained from the GAsyncReadyCallback passed to  | |
| error | Return location for error or  | 
 a QmiMessagePdsSetAgpsConfigOutput, or NULL if error
is set. The returned value should be freed with qmi_message_pds_set_agps_config_output_unref().
typedef struct _QmiMessagePdsSetAgpsConfigInput QmiMessagePdsSetAgpsConfigInput;
The QmiMessagePdsSetAgpsConfigInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessagePdsSetAgpsConfigOutput QmiMessagePdsSetAgpsConfigOutput;
The QmiMessagePdsSetAgpsConfigOutput structure contains private data and should only be accessed using the provided API.