| Top |  |  |  |  | 
| LOC GNSS Sv Info indicationLOC GNSS Sv Info indication — Methods to manage the LOC GNSS Sv Info indication. | 
GBoxed ├── QmiIndicationLocGnssSvInfoOutput ╰── QmiIndicationLocGnssSvInfoOutputListElement
QmiIndicationLocGnssSvInfoOutput *
qmi_indication_loc_gnss_sv_info_output_ref
                               (QmiIndicationLocGnssSvInfoOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.22
void
qmi_indication_loc_gnss_sv_info_output_unref
                               (QmiIndicationLocGnssSvInfoOutput *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_gnss_sv_info_output_get_list (QmiIndicationLocGnssSvInfoOutput *self,GArray **value_list,GError **error);
Get the 'List' field from self
.
[skip]
| self | ||
| value_list | a placeholder for the output GArray of QmiIndicationLocGnssSvInfoOutputListElement elements, or  | [out][optional][element-type QmiIndicationLocGnssSvInfoOutputListElement][transfer none] | 
| error | Return location for error or  | 
Since: 1.22
gboolean qmi_indication_loc_gnss_sv_info_output_get_list_gir (QmiIndicationLocGnssSvInfoOutput *self,GPtrArray **value_list_ptr,GError **error);
Get the 'List' field from self
.
Version of qmi_indication_loc_gnss_sv_info_output_get_list() using arrays of pointers to
structs instead of arrays of structs, for easier binding in other languages.
[rename-to qmi_indication_loc_gnss_sv_info_output_get_list]
| self | ||
| value_list_ptr | a placeholder for the output array of QmiIndicationLocGnssSvInfoOutputListElement elements, or  | [out][optional][element-type QmiIndicationLocGnssSvInfoOutputListElement][transfer none] | 
| error | Return location for error or  | 
Since: 1.32
gboolean qmi_indication_loc_gnss_sv_info_output_get_altitude_assumed (QmiIndicationLocGnssSvInfoOutput *self,gboolean *value_altitude_assumed,GError **error);
Get the 'Altitude Assumed' field from self
.
| self | ||
| value_altitude_assumed | a placeholder for the output gboolean, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.22
QmiIndicationLocGnssSvInfoOutput * qmi_indication_loc_gnss_sv_info_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationLocGnssSvInfoOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationLocGnssSvInfoOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_loc_gnss_sv_info_output_unref().
Since: 1.34
typedef struct _QmiIndicationLocGnssSvInfoOutput QmiIndicationLocGnssSvInfoOutput;
The QmiIndicationLocGnssSvInfoOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22
typedef struct {
    QmiLocSatelliteValidInformation valid_information;
    QmiLocSystem system;
    guint16 gnss_satellite_id;
    QmiLocHealthStatus health_status;
    QmiLocSatelliteStatus satellite_status;
    QmiLocNavigationData navigation_data;
    gfloat elevation_degrees;
    gfloat azimuth_degrees;
    gfloat signal_to_noise_ratio_bhz;
} QmiIndicationLocGnssSvInfoOutputListElement;
A QmiIndicationLocGnssSvInfoOutputListElement struct.
| QmiLocSatelliteValidInformation  | ||
| QmiLocSystem  | a QmiLocSystem. | |
| a guint16. | ||
| QmiLocHealthStatus  | ||
| QmiLocSatelliteStatus  | ||
| QmiLocNavigationData  | ||
| a gfloat. | ||
| a gfloat. | ||
| a gfloat. | 
Since: 1.22