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

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

    Returns [boolean, boolean, number]

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

    Returns [boolean, boolean, number[]]

  • getErrorRateIndicator(): [boolean, boolean]
  • Get the 'Error Rate Indicator' field from self.

    Returns [boolean, boolean]

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

    Returns [boolean, boolean, number]

  • getLteRsrpDelta(): [boolean, boolean, number]
  • Get the 'LTE RSRP Delta' field from self.

    Returns [boolean, boolean, number]

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

    Returns [boolean, boolean, number]

  • getRegistrationRejectReason(): [boolean, boolean]
  • Get the 'Registration Reject Reason' field from self.

    Returns [boolean, boolean]

  • getRfBandInformation(): [boolean, boolean]
  • Get the 'RF Band Information' field from self.

    Returns [boolean, boolean]

  • getRssiIndicator(): [boolean, boolean, number]
  • Get the 'RSSI Indicator' field from self.

    Returns [boolean, boolean, number]

  • getSignalStrengthIndicator(): [boolean, boolean, Uint8Array]
  • Get the 'Signal Strength Indicator' field from self.

    Returns [boolean, boolean, Uint8Array]

  • getSinrIndicator(): [boolean, boolean, number]
  • Get the 'SINR Indicator' field from self.

    Returns [boolean, boolean, number]

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

    Returns [boolean, boolean, Uint8Array]

  • setEcioIndicator(valueEcioIndicatorReport: boolean, valueEcioIndicatorEcioDelta: number): boolean
  • Set the 'ECIO Indicator' field in the message.

    Parameters

    • valueEcioIndicatorReport: boolean

      a #gboolean.

    • valueEcioIndicatorEcioDelta: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valueEcioThresholdReport: boolean

      a #gboolean.

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

  • setErrorRateIndicator(valueErrorRateIndicator: boolean): boolean
  • Set the 'Error Rate Indicator' field in the message.

    Parameters

    • valueErrorRateIndicator: boolean

      a #gboolean.

    Returns boolean

  • setIoIndicator(valueIoIndicatorReport: boolean, valueIoIndicatorIoDelta: number): boolean
  • Set the 'IO Indicator' field in the message.

    Parameters

    • valueIoIndicatorReport: boolean

      a #gboolean.

    • valueIoIndicatorIoDelta: number

      a #guint8.

    Returns boolean

  • setLteRsrpDelta(valueLteRsrpDeltaReport: boolean, valueLteRsrpDeltaRsrpDelta: number): boolean
  • Set the 'LTE RSRP Delta' field in the message.

    Parameters

    • valueLteRsrpDeltaReport: boolean

      a #gboolean.

    • valueLteRsrpDeltaRsrpDelta: number

      a #guint8.

    Returns boolean

  • setLteSnrDelta(valueLteSnrDeltaReport: boolean, valueLteSnrDeltaSnrDelta: number): boolean
  • Set the 'LTE SNR Delta' field in the message.

    Parameters

    • valueLteSnrDeltaReport: boolean

      a #gboolean.

    • valueLteSnrDeltaSnrDelta: number

      a #guint8.

    Returns boolean

  • setRegistrationRejectReason(valueRegistrationRejectReason: boolean): boolean
  • Set the 'Registration Reject Reason' field in the message.

    Parameters

    • valueRegistrationRejectReason: boolean

      a #gboolean.

    Returns boolean

  • setRfBandInformation(valueRfBandInformation: boolean): boolean
  • Set the 'RF Band Information' field in the message.

    Parameters

    • valueRfBandInformation: boolean

      a #gboolean.

    Returns boolean

  • setRssiIndicator(valueRssiIndicatorReport: boolean, valueRssiIndicatorRssiDelta: number): boolean
  • Set the 'RSSI Indicator' field in the message.

    Parameters

    • valueRssiIndicatorReport: boolean

      a #gboolean.

    • valueRssiIndicatorRssiDelta: number

      a #guint8.

    Returns boolean

  • setSignalStrengthIndicator(valueSignalStrengthIndicatorReport: boolean, valueSignalStrengthIndicatorThresholds: Uint8Array): boolean
  • Set the 'Signal Strength Indicator' field in the message.

    Parameters

    • valueSignalStrengthIndicatorReport: boolean

      a #gboolean.

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

  • setSinrIndicator(valueSinrIndicatorReport: boolean, valueSinrIndicatorSinrDelta: number): boolean
  • Set the 'SINR Indicator' field in the message.

    Parameters

    • valueSinrIndicatorReport: boolean

      a #gboolean.

    • valueSinrIndicatorSinrDelta: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valueSinrThresholdReport: boolean

      a #gboolean.

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