Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageDmsSetEventReportInput

Index

Constructors

Properties

name: string

Methods

  • getActivationStateReporting(): [boolean, boolean]
  • Get the 'Activation State Reporting' field from self.

    Returns [boolean, boolean]

  • getBatteryLevelReportLimits(): [boolean, number, number]
  • Get the 'Battery Level Report Limits' field from self.

    Returns [boolean, number, number]

  • getOperatingModeReporting(): [boolean, boolean]
  • Get the 'Operating Mode Reporting' field from self.

    Returns [boolean, boolean]

  • getPinStateReporting(): [boolean, boolean]
  • Get the 'PIN State Reporting' field from self.

    Returns [boolean, boolean]

  • getPowerStateReporting(): [boolean, boolean]
  • Get the 'Power State Reporting' field from self.

    Returns [boolean, boolean]

  • getPrlInitReporting(): [boolean, boolean]
  • Get the 'PRL Init Reporting' field from self.

    Returns [boolean, boolean]

  • getUimStateReporting(): [boolean, boolean]
  • Get the 'UIM State Reporting' field from self.

    Returns [boolean, boolean]

  • getWirelessDisableStateReporting(): [boolean, boolean]
  • Get the 'Wireless Disable State Reporting' field from self.

    Returns [boolean, boolean]

  • setActivationStateReporting(valueActivationStateReporting: boolean): boolean
  • Set the 'Activation State Reporting' field in the message.

    Parameters

    • valueActivationStateReporting: boolean

      a #gboolean.

    Returns boolean

  • setBatteryLevelReportLimits(valueBatteryLevelReportLimitsLowerLimit: number, valueBatteryLevelReportLimitsUpperLimit: number): boolean
  • Set the 'Battery Level Report Limits' field in the message.

    Parameters

    • valueBatteryLevelReportLimitsLowerLimit: number

      a #guint8.

    • valueBatteryLevelReportLimitsUpperLimit: number

      a #guint8.

    Returns boolean

  • setOperatingModeReporting(valueOperatingModeReporting: boolean): boolean
  • Set the 'Operating Mode Reporting' field in the message.

    Parameters

    • valueOperatingModeReporting: boolean

      a #gboolean.

    Returns boolean

  • setPinStateReporting(valuePinStateReporting: boolean): boolean
  • Set the 'PIN State Reporting' field in the message.

    Parameters

    • valuePinStateReporting: boolean

      a #gboolean.

    Returns boolean

  • setPowerStateReporting(valuePowerStateReporting: boolean): boolean
  • Set the 'Power State Reporting' field in the message.

    Parameters

    • valuePowerStateReporting: boolean

      a #gboolean.

    Returns boolean

  • setPrlInitReporting(valuePrlInitReporting: boolean): boolean
  • Set the 'PRL Init Reporting' field in the message.

    Parameters

    • valuePrlInitReporting: boolean

      a #gboolean.

    Returns boolean

  • setUimStateReporting(valueUimStateReporting: boolean): boolean
  • Set the 'UIM State Reporting' field in the message.

    Parameters

    • valueUimStateReporting: boolean

      a #gboolean.

    Returns boolean

  • setWirelessDisableStateReporting(valueWirelessDisableStateReporting: boolean): boolean
  • Set the 'Wireless Disable State Reporting' field in the message.

    Parameters

    • valueWirelessDisableStateReporting: boolean

      a #gboolean.

    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