Qmi.MessageNasConfigSignalInfoInput

Fields

None

Methods

class

new ()

get_ecio_threshold ()

get_io_threshold ()

get_lte_report ()

get_lte_snr_threshold ()

get_rscp_threshold ()

get_rsrp_threshold ()

get_rsrq_threshold ()

get_rssi_threshold ()

get_sinr_threshold ()

ref ()

set_ecio_threshold (value_ecio_threshold)

set_io_threshold (value_io_threshold)

set_lte_report (value_lte_report_rate, value_lte_report_average_period)

set_lte_snr_threshold (value_lte_snr_threshold)

set_rscp_threshold (value_rscp_threshold)

set_rsrp_threshold (value_rsrp_threshold)

set_rsrq_threshold (value_rsrq_threshold)

set_rssi_threshold (value_rssi_threshold)

set_sinr_threshold (value_sinr_threshold)

unref ()

Details

class Qmi.MessageNasConfigSignalInfoInput

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

New in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageNasConfigSignalInfoInput

Allocates a new Qmi.MessageNasConfigSignalInfoInput.

New in version 1.0.

get_ecio_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ecio_threshold:

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_ecio_threshold: [int])

Get the ‘ECIO Threshold’ field from self.

New in version 1.0.

get_io_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_io_threshold:

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

Return type:

(bool, value_io_threshold: [int])

Get the ‘IO Threshold’ field from self.

New in version 1.0.

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

get_lte_snr_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_lte_snr_threshold:

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: [int])

Get the ‘LTE SNR Threshold’ field from self.

New in version 1.0.

get_rscp_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rscp_threshold:

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

Return type:

(bool, value_rscp_threshold: [int])

Get the ‘RSCP Threshold’ field from self.

New in version 1.0.

get_rsrp_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rsrp_threshold:

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_rsrp_threshold: [int])

Get the ‘RSRP Threshold’ field from self.

New in version 1.0.

get_rsrq_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rsrq_threshold:

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

Return type:

(bool, value_rsrq_threshold: [int])

Get the ‘RSRQ Threshold’ field from self.

New in version 1.0.

get_rssi_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_rssi_threshold:

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

Return type:

(bool, value_rssi_threshold: [int])

Get the ‘RSSI Threshold’ field from self.

New in version 1.0.

get_sinr_threshold()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_sinr_threshold:

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

Return type:

(bool, value_sinr_threshold: bytes)

Get the ‘SINR Threshold’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageNasConfigSignalInfoInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_ecio_threshold(value_ecio_threshold)
Parameters:

value_ecio_threshold ([int]) – a GLib.Array of #gint16 elements. A new reference to value_ecio_threshold 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 ‘ECIO Threshold’ field in the message.

New in version 1.0.

set_io_threshold(value_io_threshold)
Parameters:

value_io_threshold ([int]) – a GLib.Array of #gint32 elements. A new reference to value_io_threshold 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 ‘IO Threshold’ field in the message.

New in version 1.0.

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

set_lte_snr_threshold(value_lte_snr_threshold)
Parameters:

value_lte_snr_threshold ([int]) – a GLib.Array of #gint16 elements. A new reference to value_lte_snr_threshold 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’ field in the message.

New in version 1.0.

set_rscp_threshold(value_rscp_threshold)
Parameters:

value_rscp_threshold ([int]) – a GLib.Array of #gint8 elements. A new reference to value_rscp_threshold 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 ‘RSCP Threshold’ field in the message.

New in version 1.0.

set_rsrp_threshold(value_rsrp_threshold)
Parameters:

value_rsrp_threshold ([int]) – a GLib.Array of #gint16 elements. A new reference to value_rsrp_threshold 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 ‘RSRP Threshold’ field in the message.

New in version 1.0.

set_rsrq_threshold(value_rsrq_threshold)
Parameters:

value_rsrq_threshold ([int]) – a GLib.Array of #gint8 elements. A new reference to value_rsrq_threshold 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 ‘RSRQ Threshold’ field in the message.

New in version 1.0.

set_rssi_threshold(value_rssi_threshold)
Parameters:

value_rssi_threshold ([int]) – a GLib.Array of #gint8 elements. A new reference to value_rssi_threshold 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 ‘RSSI Threshold’ field in the message.

New in version 1.0.

set_sinr_threshold(value_sinr_threshold)
Parameters:

value_sinr_threshold (bytes) – a GLib.Array of #guint8 elements. A new reference to value_sinr_threshold 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 ‘SINR Threshold’ field in the message.

New in version 1.0.

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