Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageNasConfigSignalInfoInput

Index

Constructors

Properties

name: string

Methods

  • get_ecio_threshold(): [boolean, number[]]
  • get_io_threshold(): [boolean, number[]]
  • get_lte_report(): [boolean, number, number]
  • get_lte_snr_threshold(): [boolean, number[]]
  • get_rscp_threshold(): [boolean, Uint8Array]
  • get_rsrp_threshold(): [boolean, number[]]
  • get_rsrq_threshold(): [boolean, Uint8Array]
  • get_rssi_threshold(): [boolean, Uint8Array]
  • get_sinr_threshold(): [boolean, Uint8Array]
  • set_ecio_threshold(value_ecio_threshold: number[]): boolean
  • Set the 'ECIO Threshold' field in the message.

    Parameters

    • value_ecio_threshold: number[]

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

    Returns boolean

  • set_io_threshold(value_io_threshold: number[]): boolean
  • Set the 'IO Threshold' field in the message.

    Parameters

    • value_io_threshold: number[]

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

    Returns boolean

  • set_lte_report(value_lte_report_rate: number, value_lte_report_average_period: number): boolean
  • Set the 'LTE Report' field in the message.

    Parameters

    • value_lte_report_rate: number

      a #guint8.

    • value_lte_report_average_period: number

      a #guint8.

    Returns boolean

  • set_lte_snr_threshold(value_lte_snr_threshold: number[]): boolean
  • Set the 'LTE SNR Threshold' field in the message.

    Parameters

    • value_lte_snr_threshold: number[]

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

    Returns boolean

  • set_rscp_threshold(value_rscp_threshold: Uint8Array): boolean
  • Set the 'RSCP Threshold' field in the message.

    Parameters

    • value_rscp_threshold: Uint8Array

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

    Returns boolean

  • set_rsrp_threshold(value_rsrp_threshold: number[]): boolean
  • Set the 'RSRP Threshold' field in the message.

    Parameters

    • value_rsrp_threshold: number[]

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

    Returns boolean

  • set_rsrq_threshold(value_rsrq_threshold: Uint8Array): boolean
  • Set the 'RSRQ Threshold' field in the message.

    Parameters

    • value_rsrq_threshold: Uint8Array

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

    Returns boolean

  • set_rssi_threshold(value_rssi_threshold: Uint8Array): boolean
  • Set the 'RSSI Threshold' field in the message.

    Parameters

    • value_rssi_threshold: Uint8Array

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

    Returns boolean

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

    Parameters

    • value_sinr_threshold: Uint8Array

      a #GArray 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 #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