Qmi.IndicationLocInjectPositionRequestOutput

Fields

None

Methods

get_horizontal_uncertainty_circular ()

get_latitude ()

get_longitude ()

get_utc_timestamp ()

ref ()

unref ()

Details

class Qmi.IndicationLocInjectPositionRequestOutput

The Qmi.IndicationLocInjectPositionRequestOutput structure contains private data and should only be accessed using the provided API.

Added in version 1.37.

get_horizontal_uncertainty_circular()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_horizontal_uncertainty_circular:

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

Return type:

(bool, value_horizontal_uncertainty_circular: float)

Get the ‘Horizontal Uncertainty Circular’ field from self.

Added in version 1.37.

get_latitude()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_latitude:

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

Return type:

(bool, value_latitude: float)

Get the ‘Latitude’ field from self.

Added in version 1.37.

get_longitude()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_longitude:

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

Return type:

(bool, value_longitude: float)

Get the ‘Longitude’ field from self.

Added in version 1.37.

get_utc_timestamp()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_utc_timestamp:

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

Return type:

(bool, value_utc_timestamp: int)

Get the ‘UTC Timestamp’ field from self.

Added in version 1.37.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationLocInjectPositionRequestOutput

Atomically increments the reference count of self by one.

Added in version 1.37.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

Added in version 1.37.