Qmi.IndicationLocGetServerOutput

Fields

None

Methods

get_indication_status ()

get_ipv4 ()

get_ipv6 ()

get_server_type ()

get_url ()

ref ()

unref ()

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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_indication_status:

a placeholder for the output Qmi.LocIndicationStatus, or None 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()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv4_ipv4_address:

a placeholder for the output #guint32, or None if not required.

value_ipv4_ipv4_port:

a placeholder for the output #guint16, or None if not required.

Return type:

(bool, value_ipv4_ipv4_address: int, value_ipv4_ipv4_port: int)

Get the ‘IPv4’ field from self.

New in version 1.22.

get_ipv6()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ipv6_ipv6_address:

a placeholder for the output GLib.Array of #guint16 elements, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_server_type:

a placeholder for the output Qmi.LocServerType, or None 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:

GLib.Error

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:

(bool, value_url: str)

Get the ‘URL’ field from self.

New in version 1.22.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationLocGetServerOutput

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.