Qmi.IndicationLocGetServerOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.IndicationLocGetServerOutput¶
The
Qmi.IndicationLocGetServerOutputstructure contains private data and should only be accessed using the provided API.New in version 1.22.
- get_indication_status()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_indication_status:
a placeholder for the output
Qmi.LocIndicationStatus, orNoneif not required.
- Return type:
(
bool, value_indication_status:Qmi.LocIndicationStatus)
Get the ‘Indication Status’ field from self.
New in version 1.22.
- get_ipv4()¶
-
Get the ‘IPv4’ field from self.
New in version 1.22.
- get_ipv6()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_ipv6_ipv6_address:
a placeholder for the output
GLib.Arrayof #guint16 elements, orNoneif not required. Do not free it, it is owned by self.- value_ipv6_ipv6_port:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
(
bool, value_ipv6_ipv6_address: [int], value_ipv6_ipv6_port:int)
Get the ‘IPv6’ field from self.
New in version 1.22.
- get_server_type()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_server_type:
a placeholder for the output
Qmi.LocServerType, orNoneif not required.
- Return type:
(
bool, value_server_type:Qmi.LocServerType)
Get the ‘Server Type’ field from self.
New in version 1.22.
- get_url()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_url:
a placeholder for the output constant string, or
Noneif not required.
- Return type:
Get the ‘URL’ field from self.
New in version 1.22.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.22.
- unref()¶
Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.
New in version 1.22.