Top |
LOC Get Server indicationLOC Get Server indication — Methods to manage the LOC Get Server indication. |
QmiIndicationLocGetServerOutput *
qmi_indication_loc_get_server_output_ref
(QmiIndicationLocGetServerOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_get_server_output_unref
(QmiIndicationLocGetServerOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.22
gboolean qmi_indication_loc_get_server_output_get_url (QmiIndicationLocGetServerOutput *self
,const gchar **value_url
,GError **error
);
Get the 'URL' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_server_output_get_ipv6 (QmiIndicationLocGetServerOutput *self
,GArray **value_ipv6_ipv6_address
,guint32 *value_ipv6_ipv6_port
,GError **error
);
Get the 'IPv6' field from self
.
self |
||
value_ipv6_ipv6_address |
a placeholder for the output GArray of guint16 elements, or |
[out][optional][element-type guint16][transfer none] |
value_ipv6_ipv6_port |
a placeholder for the output guint32, or |
[out][optional] |
error |
Return location for error or |
Since: 1.22
gboolean qmi_indication_loc_get_server_output_get_ipv4 (QmiIndicationLocGetServerOutput *self
,guint32 *value_ipv4_ipv4_address
,guint16 *value_ipv4_ipv4_port
,GError **error
);
Get the 'IPv4' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_server_output_get_server_type (QmiIndicationLocGetServerOutput *self
,QmiLocServerType *value_server_type
,GError **error
);
Get the 'Server Type' field from self
.
self |
||
value_server_type |
a placeholder for the output QmiLocServerType, or |
[out][optional] |
error |
Return location for error or |
Since: 1.22
gboolean qmi_indication_loc_get_server_output_get_indication_status (QmiIndicationLocGetServerOutput *self
,QmiLocIndicationStatus *value_indication_status
,GError **error
);
Get the 'Indication Status' field from self
.
self |
||
value_indication_status |
a placeholder for the output QmiLocIndicationStatus, or |
[out][optional] |
error |
Return location for error or |
Since: 1.22
QmiIndicationLocGetServerOutput * qmi_indication_loc_get_server_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationLocGetServerOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationLocGetServerOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_loc_get_server_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationLocGetServerOutput QmiIndicationLocGetServerOutput;
The QmiIndicationLocGetServerOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22