Qmi.IndicationLocGetServerOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.IndicationLocGetServerOutput¶
The
Qmi.IndicationLocGetServerOutput
structure contains private data and should only be accessed using the provided API.New in version 1.22.
- get_indication_status()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_indication_status:
a placeholder for the output
Qmi.LocIndicationStatus
, orNone
if 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:
True
if the field is found,False
otherwise.- value_ipv6_ipv6_address:
a placeholder for the output
GLib.Array
of #guint16 elements, orNone
if not required. Do not free it, it is owned by self.- value_ipv6_ipv6_port:
a placeholder for the output #guint32, or
None
if 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:
True
if the field is found,False
otherwise.- value_server_type:
a placeholder for the output
Qmi.LocServerType
, orNone
if 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:
True
if the field is found,False
otherwise.- value_url:
a placeholder for the output constant string, or
None
if 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.