NAS Signal Info

NAS Signal Info

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationNasSignalInfoOutput

Description

Functions

qmi_indication_nas_signal_info_output_ref ()

QmiIndicationNasSignalInfoOutput *
qmi_indication_nas_signal_info_output_ref
                               (QmiIndicationNasSignalInfoOutput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .


qmi_indication_nas_signal_info_output_unref ()

void
qmi_indication_nas_signal_info_output_unref
                               (QmiIndicationNasSignalInfoOutput *self);

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

Parameters


qmi_indication_nas_signal_info_output_get_tdma_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_tdma_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *tdma_signal_strength,
                                GError **error);

Get the 'TDMA Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

tdma_signal_strength

a placeholder for the output gint8, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.


qmi_indication_nas_signal_info_output_get_lte_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_lte_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *lte_signal_strength_rssi,
                                gint8 *lte_signal_strength_rsrq,
                                gint16 *lte_signal_strength_rsrp,
                                gint16 *lte_signal_strength_snr,
                                GError **error);

Get the 'LTE Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

lte_signal_strength_rssi

a placeholder for the output gint8, or NULL if not required.

 

lte_signal_strength_rsrq

a placeholder for the output gint8, or NULL if not required.

 

lte_signal_strength_rsrp

a placeholder for the output gint16, or NULL if not required.

 

lte_signal_strength_snr

a placeholder for the output gint16, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.


qmi_indication_nas_signal_info_output_get_wcdma_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_wcdma_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *wcdma_signal_strength_rssi,
                                gint16 *wcdma_signal_strength_ecio,
                                GError **error);

Get the 'WCDMA Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

wcdma_signal_strength_rssi

a placeholder for the output gint8, or NULL if not required.

 

wcdma_signal_strength_ecio

a placeholder for the output gint16, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.


qmi_indication_nas_signal_info_output_get_gsm_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_gsm_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *gsm_signal_strength,
                                GError **error);

Get the 'GSM Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

gsm_signal_strength

a placeholder for the output gint8, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.


qmi_indication_nas_signal_info_output_get_hdr_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_hdr_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *hdr_signal_strength_rssi,
                                gint16 *hdr_signal_strength_ecio,
                                QmiNasEvdoSinrLevel *hdr_signal_strength_sinr,
                                gint32 *hdr_signal_strength_io,
                                GError **error);

Get the 'HDR Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

hdr_signal_strength_rssi

a placeholder for the output gint8, or NULL if not required.

 

hdr_signal_strength_ecio

a placeholder for the output gint16, or NULL if not required.

 

hdr_signal_strength_sinr

a placeholder for the output QmiNasEvdoSinrLevel, or NULL if not required.

 

hdr_signal_strength_io

a placeholder for the output gint32, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.


qmi_indication_nas_signal_info_output_get_cdma_signal_strength ()

gboolean
qmi_indication_nas_signal_info_output_get_cdma_signal_strength
                               (QmiIndicationNasSignalInfoOutput *self,
                                gint8 *cdma_signal_strength_rssi,
                                gint16 *cdma_signal_strength_ecio,
                                GError **error);

Get the 'CDMA Signal Strength' field from self .

Parameters

self

a QmiIndicationNasSignalInfoOutput.

 

cdma_signal_strength_rssi

a placeholder for the output gint8, or NULL if not required.

 

cdma_signal_strength_ecio

a placeholder for the output gint16, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Types and Values

QmiIndicationNasSignalInfoOutput

typedef struct _QmiIndicationNasSignalInfoOutput QmiIndicationNasSignalInfoOutput;

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