| libqmi-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
QmiMessagePdsGetAgpsConfigInput; QmiMessagePdsGetAgpsConfigOutput; QmiMessagePdsGetAgpsConfigInput * qmi_message_pds_get_agps_config_input_new (void); QmiMessagePdsGetAgpsConfigInput * qmi_message_pds_get_agps_config_input_ref (QmiMessagePdsGetAgpsConfigInput *self); void qmi_message_pds_get_agps_config_input_unref (QmiMessagePdsGetAgpsConfigInput *self); gboolean qmi_message_pds_get_agps_config_input_get_network_mode (QmiMessagePdsGetAgpsConfigInput *self,QmiPdsNetworkMode *value_network_mode,GError **error); gboolean qmi_message_pds_get_agps_config_input_set_network_mode (QmiMessagePdsGetAgpsConfigInput *self,QmiPdsNetworkMode value_network_mode,GError **error); QmiMessagePdsGetAgpsConfigOutput * qmi_message_pds_get_agps_config_output_ref (QmiMessagePdsGetAgpsConfigOutput *self); void qmi_message_pds_get_agps_config_output_unref (QmiMessagePdsGetAgpsConfigOutput *self); gboolean qmi_message_pds_get_agps_config_output_get_result (QmiMessagePdsGetAgpsConfigOutput *self,GError **error); 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); gboolean qmi_message_pds_get_agps_config_output_get_location_server_url (QmiMessagePdsGetAgpsConfigOutput *self,GArray **value_location_server_url,GError **error); void qmi_client_pds_get_agps_config (QmiClientPds *self,QmiMessagePdsGetAgpsConfigInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); QmiMessagePdsGetAgpsConfigOutput * qmi_client_pds_get_agps_config_finish (QmiClientPds *self,GAsyncResult *res,GError **error);
GBoxed +----QmiMessagePdsGetAgpsConfigInput
GBoxed +----QmiMessagePdsGetAgpsConfigOutput
typedef struct _QmiMessagePdsGetAgpsConfigInput QmiMessagePdsGetAgpsConfigInput;
The QmiMessagePdsGetAgpsConfigInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessagePdsGetAgpsConfigOutput QmiMessagePdsGetAgpsConfigOutput;
The QmiMessagePdsGetAgpsConfigOutput structure contains private data and should only be accessed using the provided API.
QmiMessagePdsGetAgpsConfigInput * qmi_message_pds_get_agps_config_input_new
(void);
Allocates a new QmiMessagePdsGetAgpsConfigInput.
Returns : |
the newly created QmiMessagePdsGetAgpsConfigInput. The returned value should be freed with qmi_message_pds_get_agps_config_input_unref(). |
QmiMessagePdsGetAgpsConfigInput * qmi_message_pds_get_agps_config_input_ref
(QmiMessagePdsGetAgpsConfigInput *self);
Atomically increments the reference count of self by one.
|
a QmiMessagePdsGetAgpsConfigInput. |
Returns : |
the new reference to self. |
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.
|
a QmiMessagePdsGetAgpsConfigInput. |
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.
|
a QmiMessagePdsGetAgpsConfigInput. |
|
a placeholder for the output QmiPdsNetworkMode, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
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.
|
a QmiMessagePdsGetAgpsConfigInput. |
|
a QmiPdsNetworkMode. |
|
Return location for error or NULL. |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
QmiMessagePdsGetAgpsConfigOutput * qmi_message_pds_get_agps_config_output_ref
(QmiMessagePdsGetAgpsConfigOutput *self);
Atomically increments the reference count of self by one.
|
a QmiMessagePdsGetAgpsConfigOutput. |
Returns : |
the new reference to self. |
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.
|
a QmiMessagePdsGetAgpsConfigOutput. |
gboolean qmi_message_pds_get_agps_config_output_get_result (QmiMessagePdsGetAgpsConfigOutput *self,GError **error);
Get the result of the QMI operation.
|
a QmiMessagePdsGetAgpsConfigOutput. |
|
Return location for error or NULL. |
Returns : |
TRUE if the QMI operation succeeded, FALSE if error is set. |
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.
|
a QmiMessagePdsGetAgpsConfigOutput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
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.
|
a QmiMessagePdsGetAgpsConfigOutput. |
|
a placeholder for the output GArray of guint8 elements, or NULL if not required. Do not free it, it is owned by self. |
|
Return location for error or NULL. |
Returns : |
TRUE if the field is found, FALSE otherwise. |
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.
|
a QmiClientPds. |
|
a QmiMessagePdsGetAgpsConfigInput. |
|
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. |
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().
|
a QmiClientPds. |
|
the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_pds_get_agps_config(). |
|
Return location for error or NULL. |
Returns : |
a QmiMessagePdsGetAgpsConfigOutput, or NULL if error is set. The returned value should be freed with qmi_message_pds_get_agps_config_output_unref(). |