Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageNasSetEventReportInput

Index

Constructors

Properties

name: string

Methods

  • get_ecio_indicator(): [boolean, boolean, number]
  • get_ecio_threshold(): [boolean, boolean, number[]]
  • get_error_rate_indicator(): [boolean, boolean]
  • get_io_indicator(): [boolean, boolean, number]
  • get_lte_rsrp_delta(): [boolean, boolean, number]
  • get_lte_snr_delta(): [boolean, boolean, number]
  • get_registration_reject_reason(): [boolean, boolean]
  • get_rf_band_information(): [boolean, boolean]
  • get_rssi_indicator(): [boolean, boolean, number]
  • get_signal_strength_indicator(): [boolean, boolean, Uint8Array]
  • get_sinr_indicator(): [boolean, boolean, number]
  • get_sinr_threshold(): [boolean, boolean, Uint8Array]
  • set_ecio_indicator(value_ecio_indicator_report: boolean, value_ecio_indicator_ecio_delta: number): boolean
  • Set the 'ECIO Indicator' field in the message.

    Parameters

    • value_ecio_indicator_report: boolean

      a #gboolean.

    • value_ecio_indicator_ecio_delta: number

      a #guint8.

    Returns boolean

  • set_ecio_threshold(value_ecio_threshold_report: boolean, value_ecio_threshold_thresholds: number[]): boolean
  • Set the 'ECIO Threshold' field in the message.

    Parameters

    • value_ecio_threshold_report: boolean

      a #gboolean.

    • value_ecio_threshold_thresholds: number[]

      a #GArray 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 correct #GDestroyNotify as clear function for each element in the array.

    Returns boolean

  • set_error_rate_indicator(value_error_rate_indicator: boolean): boolean
  • Set the 'Error Rate Indicator' field in the message.

    Parameters

    • value_error_rate_indicator: boolean

      a #gboolean.

    Returns boolean

  • set_io_indicator(value_io_indicator_report: boolean, value_io_indicator_io_delta: number): boolean
  • Set the 'IO Indicator' field in the message.

    Parameters

    • value_io_indicator_report: boolean

      a #gboolean.

    • value_io_indicator_io_delta: number

      a #guint8.

    Returns boolean

  • set_lte_rsrp_delta(value_lte_rsrp_delta_report: boolean, value_lte_rsrp_delta_rsrp_delta: number): boolean
  • Set the 'LTE RSRP Delta' field in the message.

    Parameters

    • value_lte_rsrp_delta_report: boolean

      a #gboolean.

    • value_lte_rsrp_delta_rsrp_delta: number

      a #guint8.

    Returns boolean

  • set_lte_snr_delta(value_lte_snr_delta_report: boolean, value_lte_snr_delta_snr_delta: number): boolean
  • Set the 'LTE SNR Delta' field in the message.

    Parameters

    • value_lte_snr_delta_report: boolean

      a #gboolean.

    • value_lte_snr_delta_snr_delta: number

      a #guint8.

    Returns boolean

  • set_registration_reject_reason(value_registration_reject_reason: boolean): boolean
  • Set the 'Registration Reject Reason' field in the message.

    Parameters

    • value_registration_reject_reason: boolean

      a #gboolean.

    Returns boolean

  • set_rf_band_information(value_rf_band_information: boolean): boolean
  • Set the 'RF Band Information' field in the message.

    Parameters

    • value_rf_band_information: boolean

      a #gboolean.

    Returns boolean

  • set_rssi_indicator(value_rssi_indicator_report: boolean, value_rssi_indicator_rssi_delta: number): boolean
  • Set the 'RSSI Indicator' field in the message.

    Parameters

    • value_rssi_indicator_report: boolean

      a #gboolean.

    • value_rssi_indicator_rssi_delta: number

      a #guint8.

    Returns boolean

  • set_signal_strength_indicator(value_signal_strength_indicator_report: boolean, value_signal_strength_indicator_thresholds: Uint8Array): boolean
  • Set the 'Signal Strength Indicator' field in the message.

    Parameters

    • value_signal_strength_indicator_report: boolean

      a #gboolean.

    • value_signal_strength_indicator_thresholds: Uint8Array

      a #GArray 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 correct #GDestroyNotify as clear function for each element in the array.

    Returns boolean

  • set_sinr_indicator(value_sinr_indicator_report: boolean, value_sinr_indicator_sinr_delta: number): boolean
  • Set the 'SINR Indicator' field in the message.

    Parameters

    • value_sinr_indicator_report: boolean

      a #gboolean.

    • value_sinr_indicator_sinr_delta: number

      a #guint8.

    Returns boolean

  • set_sinr_threshold(value_sinr_threshold_report: boolean, value_sinr_threshold_thresholds: Uint8Array): boolean
  • Set the 'SINR Threshold' field in the message.

    Parameters

    • value_sinr_threshold_report: boolean

      a #gboolean.

    • value_sinr_threshold_thresholds: Uint8Array

      a #GArray 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 correct #GDestroyNotify as clear function for each element in the array.

    Returns boolean

  • unref(): void
  • Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method