Qmi.MessageNasConfigSignalInfoV2Input

Fields

None

Methods

class

new ()

get_cdma_ecio_delta ()

get_cdma_ecio_threshold_list ()

get_cdma_rssi_delta ()

get_cdma_rssi_threshold_list ()

get_gsm_rssi_delta ()

get_gsm_rssi_threshold_list ()

get_hdr_ecio_delta ()

get_hdr_ecio_threshold_list ()

get_hdr_io_delta ()

get_hdr_io_threshold_list ()

get_hdr_rssi_delta ()

get_hdr_rssi_threshold_list ()

get_hdr_sinr_delta ()

get_hdr_sinr_threshold_list ()

get_lte_report ()

get_lte_rsrp_delta ()

get_lte_rsrp_threshold_list ()

get_lte_rsrq_delta ()

get_lte_rsrq_threshold_list ()

get_lte_rssi_delta ()

get_lte_rssi_threshold_list ()

get_lte_snr_delta ()

get_lte_snr_threshold_list ()

get_nr5g_report ()

get_nr5g_rsrp_delta ()

get_nr5g_rsrp_threshold_list ()

get_nr5g_rsrq_delta ()

get_nr5g_rsrq_threshold_list ()

get_nr5g_snr_delta ()

get_nr5g_snr_threshold_list ()

get_wcdma_ecio_delta ()

get_wcdma_ecio_threshold_list ()

get_wcdma_rscp_delta ()

get_wcdma_rscp_threshold_list ()

get_wcdma_rssi_delta ()

get_wcdma_rssi_threshold_list ()

ref ()

set_cdma_ecio_delta (value_cdma_ecio_delta)

set_cdma_ecio_threshold_list (value_cdma_ecio_threshold_list)

set_cdma_rssi_delta (value_cdma_rssi_delta)

set_cdma_rssi_threshold_list (value_cdma_rssi_threshold_list)

set_gsm_rssi_delta (value_gsm_rssi_delta)

set_gsm_rssi_threshold_list (value_gsm_rssi_threshold_list)

set_hdr_ecio_delta (value_hdr_ecio_delta)

set_hdr_ecio_threshold_list (value_hdr_ecio_threshold_list)

set_hdr_io_delta (value_hdr_io_delta)

set_hdr_io_threshold_list (value_hdr_io_threshold_list)

set_hdr_rssi_delta (value_hdr_rssi_delta)

set_hdr_rssi_threshold_list (value_hdr_rssi_threshold_list)

set_hdr_sinr_delta (value_hdr_sinr_delta)

set_hdr_sinr_threshold_list (value_hdr_sinr_threshold_list)

set_lte_report (value_lte_report_rate, value_lte_report_average_period)

set_lte_rsrp_delta (value_lte_rsrp_delta)

set_lte_rsrp_threshold_list (value_lte_rsrp_threshold_list)

set_lte_rsrq_delta (value_lte_rsrq_delta)

set_lte_rsrq_threshold_list (value_lte_rsrq_threshold_list)

set_lte_rssi_delta (value_lte_rssi_delta)

set_lte_rssi_threshold_list (value_lte_rssi_threshold_list)

set_lte_snr_delta (value_lte_snr_delta)

set_lte_snr_threshold_list (value_lte_snr_threshold_list)

set_nr5g_report (value_nr5g_report_rate, value_nr5g_report_average_period)

set_nr5g_rsrp_delta (value_nr5g_rsrp_delta)

set_nr5g_rsrp_threshold_list (value_nr5g_rsrp_threshold_list)

set_nr5g_rsrq_delta (value_nr5g_rsrq_delta)

set_nr5g_rsrq_threshold_list (value_nr5g_rsrq_threshold_list)

set_nr5g_snr_delta (value_nr5g_snr_delta)

set_nr5g_snr_threshold_list (value_nr5g_snr_threshold_list)

set_wcdma_ecio_delta (value_wcdma_ecio_delta)

set_wcdma_ecio_threshold_list (value_wcdma_ecio_threshold_list)

set_wcdma_rscp_delta (value_wcdma_rscp_delta)

set_wcdma_rscp_threshold_list (value_wcdma_rscp_threshold_list)

set_wcdma_rssi_delta (value_wcdma_rssi_delta)

set_wcdma_rssi_threshold_list (value_wcdma_rssi_threshold_list)

unref ()

Details

class Qmi.MessageNasConfigSignalInfoV2Input

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

New in version 1.32.

classmethod new()
Returns:

the newly created Qmi.MessageNasConfigSignalInfoV2Input. The returned value should be freed with Qmi.MessageNasConfigSignalInfoV2Input.unref().

Return type:

Qmi.MessageNasConfigSignalInfoV2Input

Allocates a new Qmi.MessageNasConfigSignalInfoV2Input.

New in version 1.32.

get_cdma_ecio_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_ecio_delta:

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

Return type:

(bool, value_cdma_ecio_delta: int)

Get the ‘CDMA ECIO Delta’ field from self.

New in version 1.32.

get_cdma_ecio_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_ecio_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_cdma_ecio_threshold_list: [int])

Get the ‘CDMA ECIO Threshold List’ field from self.

New in version 1.32.

get_cdma_rssi_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_rssi_delta:

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

Return type:

(bool, value_cdma_rssi_delta: int)

Get the ‘CDMA RSSI Delta’ field from self.

New in version 1.32.

get_cdma_rssi_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_rssi_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_cdma_rssi_threshold_list: [int])

Get the ‘CDMA RSSI Threshold List’ field from self.

New in version 1.32.

get_gsm_rssi_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gsm_rssi_delta:

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

Return type:

(bool, value_gsm_rssi_delta: int)

Get the ‘GSM RSSI Delta’ field from self.

New in version 1.32.

get_gsm_rssi_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gsm_rssi_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_gsm_rssi_threshold_list: [int])

Get the ‘GSM RSSI Threshold List’ field from self.

New in version 1.32.

get_hdr_ecio_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_ecio_delta:

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

Return type:

(bool, value_hdr_ecio_delta: int)

Get the ‘HDR ECIO Delta’ field from self.

New in version 1.32.

get_hdr_ecio_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_ecio_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_hdr_ecio_threshold_list: [int])

Get the ‘HDR ECIO Threshold List’ field from self.

New in version 1.32.

get_hdr_io_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_io_delta:

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

Return type:

(bool, value_hdr_io_delta: int)

Get the ‘HDR IO Delta’ field from self.

New in version 1.32.

get_hdr_io_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_io_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_hdr_io_threshold_list: [int])

Get the ‘HDR IO Threshold List’ field from self.

New in version 1.32.

get_hdr_rssi_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_rssi_delta:

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

Return type:

(bool, value_hdr_rssi_delta: int)

Get the ‘HDR RSSI Delta’ field from self.

New in version 1.32.

get_hdr_rssi_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_rssi_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_hdr_rssi_threshold_list: [int])

Get the ‘HDR RSSI Threshold List’ field from self.

New in version 1.32.

get_hdr_sinr_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_sinr_delta:

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

Return type:

(bool, value_hdr_sinr_delta: int)

Get the ‘HDR SINR Delta’ field from self.

New in version 1.32.

get_hdr_sinr_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hdr_sinr_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_hdr_sinr_threshold_list: [int])

Get the ‘HDR SINR Threshold List’ field from self.

New in version 1.32.

get_lte_report()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_report_rate:

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

value_lte_report_average_period:

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

Return type:

(bool, value_lte_report_rate: int, value_lte_report_average_period: int)

Get the ‘LTE Report’ field from self.

New in version 1.32.

get_lte_rsrp_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rsrp_delta:

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

Return type:

(bool, value_lte_rsrp_delta: int)

Get the ‘LTE RSRP Delta’ field from self.

New in version 1.32.

get_lte_rsrp_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rsrp_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_lte_rsrp_threshold_list: [int])

Get the ‘LTE RSRP Threshold List’ field from self.

New in version 1.32.

get_lte_rsrq_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rsrq_delta:

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

Return type:

(bool, value_lte_rsrq_delta: int)

Get the ‘LTE RSRQ Delta’ field from self.

New in version 1.32.

get_lte_rsrq_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rsrq_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_lte_rsrq_threshold_list: [int])

Get the ‘LTE RSRQ Threshold List’ field from self.

New in version 1.32.

get_lte_rssi_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rssi_delta:

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

Return type:

(bool, value_lte_rssi_delta: int)

Get the ‘LTE RSSI Delta’ field from self.

New in version 1.32.

get_lte_rssi_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_rssi_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_lte_rssi_threshold_list: [int])

Get the ‘LTE RSSI Threshold List’ field from self.

New in version 1.32.

get_lte_snr_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_snr_delta:

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

Return type:

(bool, value_lte_snr_delta: int)

Get the ‘LTE SNR Delta’ field from self.

New in version 1.32.

get_lte_snr_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_snr_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_lte_snr_threshold_list: [int])

Get the ‘LTE SNR Threshold List’ field from self.

New in version 1.32.

get_nr5g_report()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_report_rate:

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

value_nr5g_report_average_period:

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

Return type:

(bool, value_nr5g_report_rate: int, value_nr5g_report_average_period: int)

Get the ‘NR5G Report’ field from self.

New in version 1.32.

get_nr5g_rsrp_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_rsrp_delta:

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

Return type:

(bool, value_nr5g_rsrp_delta: int)

Get the ‘NR5G RSRP Delta’ field from self.

New in version 1.32.

get_nr5g_rsrp_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_rsrp_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_nr5g_rsrp_threshold_list: [int])

Get the ‘NR5G RSRP Threshold List’ field from self.

New in version 1.32.

get_nr5g_rsrq_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_rsrq_delta:

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

Return type:

(bool, value_nr5g_rsrq_delta: int)

Get the ‘NR5G RSRQ Delta’ field from self.

New in version 1.32.

get_nr5g_rsrq_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_rsrq_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_nr5g_rsrq_threshold_list: [int])

Get the ‘NR5G RSRQ Threshold List’ field from self.

New in version 1.32.

get_nr5g_snr_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_snr_delta:

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

Return type:

(bool, value_nr5g_snr_delta: int)

Get the ‘NR5G SNR Delta’ field from self.

New in version 1.32.

get_nr5g_snr_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nr5g_snr_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_nr5g_snr_threshold_list: [int])

Get the ‘NR5G SNR Threshold List’ field from self.

New in version 1.32.

get_wcdma_ecio_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_ecio_delta:

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

Return type:

(bool, value_wcdma_ecio_delta: int)

Get the ‘WCDMA ECIO Delta’ field from self.

New in version 1.32.

get_wcdma_ecio_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_ecio_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_wcdma_ecio_threshold_list: [int])

Get the ‘WCDMA ECIO Threshold List’ field from self.

New in version 1.32.

get_wcdma_rscp_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_rscp_delta:

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

Return type:

(bool, value_wcdma_rscp_delta: int)

Get the ‘WCDMA RSCP Delta’ field from self.

New in version 1.32.

get_wcdma_rscp_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_rscp_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_wcdma_rscp_threshold_list: [int])

Get the ‘WCDMA RSCP Threshold List’ field from self.

New in version 1.32.

get_wcdma_rssi_delta()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_rssi_delta:

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

Return type:

(bool, value_wcdma_rssi_delta: int)

Get the ‘WCDMA RSSI Delta’ field from self.

New in version 1.32.

get_wcdma_rssi_threshold_list()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_wcdma_rssi_threshold_list:

a placeholder for the output GLib.Array of #gint16 elements, or None if not required. Do not free it, it is owned by self.

Return type:

(bool, value_wcdma_rssi_threshold_list: [int])

Get the ‘WCDMA RSSI Threshold List’ field from self.

New in version 1.32.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasConfigSignalInfoV2Input

Atomically increments the reference count of self by one.

New in version 1.32.

set_cdma_ecio_delta(value_cdma_ecio_delta)
Parameters:

value_cdma_ecio_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA ECIO Delta’ field in the message.

New in version 1.32.

set_cdma_ecio_threshold_list(value_cdma_ecio_threshold_list)
Parameters:

value_cdma_ecio_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_cdma_ecio_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA ECIO Threshold List’ field in the message.

New in version 1.32.

set_cdma_rssi_delta(value_cdma_rssi_delta)
Parameters:

value_cdma_rssi_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA RSSI Delta’ field in the message.

New in version 1.32.

set_cdma_rssi_threshold_list(value_cdma_rssi_threshold_list)
Parameters:

value_cdma_rssi_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_cdma_rssi_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘CDMA RSSI Threshold List’ field in the message.

New in version 1.32.

set_gsm_rssi_delta(value_gsm_rssi_delta)
Parameters:

value_gsm_rssi_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘GSM RSSI Delta’ field in the message.

New in version 1.32.

set_gsm_rssi_threshold_list(value_gsm_rssi_threshold_list)
Parameters:

value_gsm_rssi_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_gsm_rssi_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘GSM RSSI Threshold List’ field in the message.

New in version 1.32.

set_hdr_ecio_delta(value_hdr_ecio_delta)
Parameters:

value_hdr_ecio_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR ECIO Delta’ field in the message.

New in version 1.32.

set_hdr_ecio_threshold_list(value_hdr_ecio_threshold_list)
Parameters:

value_hdr_ecio_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_hdr_ecio_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR ECIO Threshold List’ field in the message.

New in version 1.32.

set_hdr_io_delta(value_hdr_io_delta)
Parameters:

value_hdr_io_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR IO Delta’ field in the message.

New in version 1.32.

set_hdr_io_threshold_list(value_hdr_io_threshold_list)
Parameters:

value_hdr_io_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_hdr_io_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR IO Threshold List’ field in the message.

New in version 1.32.

set_hdr_rssi_delta(value_hdr_rssi_delta)
Parameters:

value_hdr_rssi_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR RSSI Delta’ field in the message.

New in version 1.32.

set_hdr_rssi_threshold_list(value_hdr_rssi_threshold_list)
Parameters:

value_hdr_rssi_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_hdr_rssi_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR RSSI Threshold List’ field in the message.

New in version 1.32.

set_hdr_sinr_delta(value_hdr_sinr_delta)
Parameters:

value_hdr_sinr_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR SINR Delta’ field in the message.

New in version 1.32.

set_hdr_sinr_threshold_list(value_hdr_sinr_threshold_list)
Parameters:

value_hdr_sinr_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_hdr_sinr_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘HDR SINR Threshold List’ field in the message.

New in version 1.32.

set_lte_report(value_lte_report_rate, value_lte_report_average_period)
Parameters:
  • value_lte_report_rate (int) – a #guint8.

  • value_lte_report_average_period (int) – a #guint8.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE Report’ field in the message.

New in version 1.32.

set_lte_rsrp_delta(value_lte_rsrp_delta)
Parameters:

value_lte_rsrp_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSRP Delta’ field in the message.

New in version 1.32.

set_lte_rsrp_threshold_list(value_lte_rsrp_threshold_list)
Parameters:

value_lte_rsrp_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_lte_rsrp_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSRP Threshold List’ field in the message.

New in version 1.32.

set_lte_rsrq_delta(value_lte_rsrq_delta)
Parameters:

value_lte_rsrq_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSRQ Delta’ field in the message.

New in version 1.32.

set_lte_rsrq_threshold_list(value_lte_rsrq_threshold_list)
Parameters:

value_lte_rsrq_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_lte_rsrq_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSRQ Threshold List’ field in the message.

New in version 1.32.

set_lte_rssi_delta(value_lte_rssi_delta)
Parameters:

value_lte_rssi_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSSI Delta’ field in the message.

New in version 1.32.

set_lte_rssi_threshold_list(value_lte_rssi_threshold_list)
Parameters:

value_lte_rssi_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_lte_rssi_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE RSSI Threshold List’ field in the message.

New in version 1.32.

set_lte_snr_delta(value_lte_snr_delta)
Parameters:

value_lte_snr_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE SNR Delta’ field in the message.

New in version 1.32.

set_lte_snr_threshold_list(value_lte_snr_threshold_list)
Parameters:

value_lte_snr_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_lte_snr_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘LTE SNR Threshold List’ field in the message.

New in version 1.32.

set_nr5g_report(value_nr5g_report_rate, value_nr5g_report_average_period)
Parameters:
  • value_nr5g_report_rate (int) – a #guint8.

  • value_nr5g_report_average_period (int) – a #guint8.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G Report’ field in the message.

New in version 1.32.

set_nr5g_rsrp_delta(value_nr5g_rsrp_delta)
Parameters:

value_nr5g_rsrp_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G RSRP Delta’ field in the message.

New in version 1.32.

set_nr5g_rsrp_threshold_list(value_nr5g_rsrp_threshold_list)
Parameters:

value_nr5g_rsrp_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_nr5g_rsrp_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G RSRP Threshold List’ field in the message.

New in version 1.32.

set_nr5g_rsrq_delta(value_nr5g_rsrq_delta)
Parameters:

value_nr5g_rsrq_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G RSRQ Delta’ field in the message.

New in version 1.32.

set_nr5g_rsrq_threshold_list(value_nr5g_rsrq_threshold_list)
Parameters:

value_nr5g_rsrq_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_nr5g_rsrq_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G RSRQ Threshold List’ field in the message.

New in version 1.32.

set_nr5g_snr_delta(value_nr5g_snr_delta)
Parameters:

value_nr5g_snr_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G SNR Delta’ field in the message.

New in version 1.32.

set_nr5g_snr_threshold_list(value_nr5g_snr_threshold_list)
Parameters:

value_nr5g_snr_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_nr5g_snr_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NR5G SNR Threshold List’ field in the message.

New in version 1.32.

set_wcdma_ecio_delta(value_wcdma_ecio_delta)
Parameters:

value_wcdma_ecio_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA ECIO Delta’ field in the message.

New in version 1.32.

set_wcdma_ecio_threshold_list(value_wcdma_ecio_threshold_list)
Parameters:

value_wcdma_ecio_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_wcdma_ecio_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA ECIO Threshold List’ field in the message.

New in version 1.32.

set_wcdma_rscp_delta(value_wcdma_rscp_delta)
Parameters:

value_wcdma_rscp_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA RSCP Delta’ field in the message.

New in version 1.32.

set_wcdma_rscp_threshold_list(value_wcdma_rscp_threshold_list)
Parameters:

value_wcdma_rscp_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_wcdma_rscp_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA RSCP Threshold List’ field in the message.

New in version 1.32.

set_wcdma_rssi_delta(value_wcdma_rssi_delta)
Parameters:

value_wcdma_rssi_delta (int) – a #guint16.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA RSSI Delta’ field in the message.

New in version 1.32.

set_wcdma_rssi_threshold_list(value_wcdma_rssi_threshold_list)
Parameters:

value_wcdma_rssi_threshold_list ([int]) – a GLib.Array of #gint16 elements. A new reference to value_wcdma_rssi_threshold_list will be taken, so the caller must make sure the array was created with the correct GLib.DestroyNotify as clear function for each element in the array.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘WCDMA RSSI Threshold List’ field in the message.

New in version 1.32.

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.32.