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

  • getEcioThreshold(): [boolean, number[]]
  • Get the 'ECIO Threshold' field from self.

    Returns [boolean, number[]]

  • getIoThreshold(): [boolean, number[]]
  • Get the 'IO Threshold' field from self.

    Returns [boolean, number[]]

  • getLteReport(): [boolean, number, number]
  • Get the 'LTE Report' field from self.

    Returns [boolean, number, number]

  • getLteSnrThreshold(): [boolean, number[]]
  • Get the 'LTE SNR Threshold' field from self.

    Returns [boolean, number[]]

  • getRscpThreshold(): [boolean, Uint8Array]
  • Get the 'RSCP Threshold' field from self.

    Returns [boolean, Uint8Array]

  • getRsrpThreshold(): [boolean, number[]]
  • Get the 'RSRP Threshold' field from self.

    Returns [boolean, number[]]

  • getRsrqThreshold(): [boolean, Uint8Array]
  • Get the 'RSRQ Threshold' field from self.

    Returns [boolean, Uint8Array]

  • getRssiThreshold(): [boolean, Uint8Array]
  • Get the 'RSSI Threshold' field from self.

    Returns [boolean, Uint8Array]

  • getSinrThreshold(): [boolean, Uint8Array]
  • Get the 'SINR Threshold' field from self.

    Returns [boolean, Uint8Array]

  • setEcioThreshold(valueEcioThreshold: number[]): boolean
  • Set the 'ECIO Threshold' field in the message.

    Parameters

    • valueEcioThreshold: 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

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

    Parameters

    • valueIoThreshold: 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

  • setLteReport(valueLteReportRate: number, valueLteReportAveragePeriod: number): boolean
  • Set the 'LTE Report' field in the message.

    Parameters

    • valueLteReportRate: number

      a #guint8.

    • valueLteReportAveragePeriod: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valueLteSnrThreshold: 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

  • setRscpThreshold(valueRscpThreshold: Uint8Array): boolean
  • Set the 'RSCP Threshold' field in the message.

    Parameters

    • valueRscpThreshold: 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

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

    Parameters

    • valueRsrpThreshold: 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

  • setRsrqThreshold(valueRsrqThreshold: Uint8Array): boolean
  • Set the 'RSRQ Threshold' field in the message.

    Parameters

    • valueRsrqThreshold: 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

  • setRssiThreshold(valueRssiThreshold: Uint8Array): boolean
  • Set the 'RSSI Threshold' field in the message.

    Parameters

    • valueRssiThreshold: 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

  • setSinrThreshold(valueSinrThreshold: Uint8Array): boolean
  • Set the 'SINR Threshold' field in the message.

    Parameters

    • valueSinrThreshold: 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