Qmi.MessageNasConfigSignalInfoInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 withQmi.MessageNasConfigSignalInfoInput.unref
().- Return type:
Allocates a new
Qmi.MessageNasConfigSignalInfoInput
.New in version 1.0.
- get_ecio_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ecio_threshold:
a placeholder for the output
GLib.Array
of #gint16 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘ECIO Threshold’ field from self.
New in version 1.0.
- get_io_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_io_threshold:
a placeholder for the output
GLib.Array
of #gint32 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘IO Threshold’ field from self.
New in version 1.0.
- get_lte_report()¶
- Raises:
- Returns:
- 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:
- Returns:
True
if the field is found,False
otherwise.- value_lte_snr_threshold:
a placeholder for the output
GLib.Array
of #gint16 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘LTE SNR Threshold’ field from self.
New in version 1.0.
- get_rscp_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rscp_threshold:
a placeholder for the output
GLib.Array
of #gint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘RSCP Threshold’ field from self.
New in version 1.0.
- get_rsrp_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rsrp_threshold:
a placeholder for the output
GLib.Array
of #gint16 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘RSRP Threshold’ field from self.
New in version 1.0.
- get_rsrq_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rsrq_threshold:
a placeholder for the output
GLib.Array
of #gint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘RSRQ Threshold’ field from self.
New in version 1.0.
- get_rssi_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rssi_threshold:
a placeholder for the output
GLib.Array
of #gint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘RSSI Threshold’ field from self.
New in version 1.0.
- get_sinr_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_sinr_threshold:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘SINR Threshold’ field from self.
New in version 1.0.
- ref()¶
- Returns:
the new reference to self.
- Return type:
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
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘ECIO Threshold’ field in the message.
New in version 1.0.
- set_io_threshold(value_io_threshold)¶
- Parameters:
value_io_threshold ([
int
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
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:
- Raises:
- Returns:
- Return type:
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
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
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
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘RSCP Threshold’ field in the message.
New in version 1.0.
- set_rsrp_threshold(value_rsrp_threshold)¶
- Parameters:
value_rsrp_threshold ([
int
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘RSRP Threshold’ field in the message.
New in version 1.0.
- set_rsrq_threshold(value_rsrq_threshold)¶
- Parameters:
value_rsrq_threshold ([
int
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘RSRQ Threshold’ field in the message.
New in version 1.0.
- set_rssi_threshold(value_rssi_threshold)¶
- Parameters:
value_rssi_threshold ([
int
]) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘RSSI Threshold’ field in the message.
New in version 1.0.
- set_sinr_threshold(value_sinr_threshold)¶
- Parameters:
value_sinr_threshold (
bytes
) – aGLib.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 correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
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.