Qmi.MessageNasSetEventReportInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageNasSetEventReportInput¶
The
Qmi.MessageNasSetEventReportInput
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.MessageNasSetEventReportInput
. The returned value should be freed withQmi.MessageNasSetEventReportInput.unref
().- Return type:
Allocates a new
Qmi.MessageNasSetEventReportInput
.New in version 1.0.
- get_ecio_indicator()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_ecio_indicator_report:bool
, value_ecio_indicator_ecio_delta:int
)
Get the ‘ECIO Indicator’ field from self.
New in version 1.0.
- get_ecio_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_ecio_threshold_report:
- value_ecio_threshold_thresholds:
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:
(
bool
, value_ecio_threshold_report:bool
, value_ecio_threshold_thresholds: [int
])
Get the ‘ECIO Threshold’ field from self.
New in version 1.0.
- get_error_rate_indicator()¶
- Raises:
- Returns:
- Return type:
Get the ‘Error Rate Indicator’ field from self.
New in version 1.0.
- get_io_indicator()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_io_indicator_report:bool
, value_io_indicator_io_delta:int
)
Get the ‘IO Indicator’ field from self.
New in version 1.0.
- get_lte_rsrp_delta()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_lte_rsrp_delta_report:bool
, value_lte_rsrp_delta_rsrp_delta:int
)
Get the ‘LTE RSRP Delta’ field from self.
New in version 1.0.
- get_lte_snr_delta()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_lte_snr_delta_report:bool
, value_lte_snr_delta_snr_delta:int
)
Get the ‘LTE SNR Delta’ field from self.
New in version 1.0.
- get_registration_reject_reason()¶
- Raises:
- Returns:
- Return type:
Get the ‘Registration Reject Reason’ field from self.
New in version 1.0.
- get_rf_band_information()¶
- Raises:
- Returns:
- Return type:
Get the ‘RF Band Information’ field from self.
New in version 1.0.
- get_rssi_indicator()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_rssi_indicator_report:bool
, value_rssi_indicator_rssi_delta:int
)
Get the ‘RSSI Indicator’ field from self.
New in version 1.0.
- get_signal_strength_indicator()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_signal_strength_indicator_report:
- value_signal_strength_indicator_thresholds:
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:
(
bool
, value_signal_strength_indicator_report:bool
, value_signal_strength_indicator_thresholds: [int
])
Get the ‘Signal Strength Indicator’ field from self.
New in version 1.0.
- get_sinr_indicator()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_sinr_indicator_report:bool
, value_sinr_indicator_sinr_delta:int
)
Get the ‘SINR Indicator’ field from self.
New in version 1.0.
- get_sinr_threshold()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_sinr_threshold_report:
- value_sinr_threshold_thresholds:
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:
(
bool
, value_sinr_threshold_report:bool
, value_sinr_threshold_thresholds:bytes
)
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_indicator(value_ecio_indicator_report, value_ecio_indicator_ecio_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘ECIO Indicator’ field in the message.
New in version 1.0.
- set_ecio_threshold(value_ecio_threshold_report, value_ecio_threshold_thresholds)¶
- Parameters:
value_ecio_threshold_thresholds ([
int
]) – aGLib.Array
of #gint16 elements. A new reference to value_ecio_threshold_thresholds 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_error_rate_indicator(value_error_rate_indicator)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Error Rate Indicator’ field in the message.
New in version 1.0.
- set_io_indicator(value_io_indicator_report, value_io_indicator_io_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘IO Indicator’ field in the message.
New in version 1.0.
- set_lte_rsrp_delta(value_lte_rsrp_delta_report, value_lte_rsrp_delta_rsrp_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘LTE RSRP Delta’ field in the message.
New in version 1.0.
- set_lte_snr_delta(value_lte_snr_delta_report, value_lte_snr_delta_snr_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘LTE SNR Delta’ field in the message.
New in version 1.0.
- set_registration_reject_reason(value_registration_reject_reason)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Registration Reject Reason’ field in the message.
New in version 1.0.
- set_rf_band_information(value_rf_band_information)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘RF Band Information’ field in the message.
New in version 1.0.
- set_rssi_indicator(value_rssi_indicator_report, value_rssi_indicator_rssi_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘RSSI Indicator’ field in the message.
New in version 1.0.
- set_signal_strength_indicator(value_signal_strength_indicator_report, value_signal_strength_indicator_thresholds)¶
- Parameters:
value_signal_strength_indicator_thresholds ([
int
]) – aGLib.Array
of #gint8 elements. A new reference to value_signal_strength_indicator_thresholds 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 ‘Signal Strength Indicator’ field in the message.
New in version 1.0.
- set_sinr_indicator(value_sinr_indicator_report, value_sinr_indicator_sinr_delta)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘SINR Indicator’ field in the message.
New in version 1.0.
- set_sinr_threshold(value_sinr_threshold_report, value_sinr_threshold_thresholds)¶
- Parameters:
value_sinr_threshold_thresholds (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_sinr_threshold_thresholds 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.