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

  • get_activation_state_reporting(): [boolean, boolean]
  • get_battery_level_report_limits(): [boolean, number, number]
  • get_operating_mode_reporting(): [boolean, boolean]
  • get_pin_state_reporting(): [boolean, boolean]
  • get_power_state_reporting(): [boolean, boolean]
  • get_prl_init_reporting(): [boolean, boolean]
  • get_uim_state_reporting(): [boolean, boolean]
  • get_wireless_disable_state_reporting(): [boolean, boolean]
  • set_activation_state_reporting(value_activation_state_reporting: boolean): boolean
  • Set the 'Activation State Reporting' field in the message.

    Parameters

    • value_activation_state_reporting: boolean

      a #gboolean.

    Returns boolean

  • set_battery_level_report_limits(value_battery_level_report_limits_lower_limit: number, value_battery_level_report_limits_upper_limit: number): boolean
  • Set the 'Battery Level Report Limits' field in the message.

    Parameters

    • value_battery_level_report_limits_lower_limit: number

      a #guint8.

    • value_battery_level_report_limits_upper_limit: number

      a #guint8.

    Returns boolean

  • set_operating_mode_reporting(value_operating_mode_reporting: boolean): boolean
  • Set the 'Operating Mode Reporting' field in the message.

    Parameters

    • value_operating_mode_reporting: boolean

      a #gboolean.

    Returns boolean

  • set_pin_state_reporting(value_pin_state_reporting: boolean): boolean
  • Set the 'PIN State Reporting' field in the message.

    Parameters

    • value_pin_state_reporting: boolean

      a #gboolean.

    Returns boolean

  • set_power_state_reporting(value_power_state_reporting: boolean): boolean
  • Set the 'Power State Reporting' field in the message.

    Parameters

    • value_power_state_reporting: boolean

      a #gboolean.

    Returns boolean

  • set_prl_init_reporting(value_prl_init_reporting: boolean): boolean
  • Set the 'PRL Init Reporting' field in the message.

    Parameters

    • value_prl_init_reporting: boolean

      a #gboolean.

    Returns boolean

  • set_uim_state_reporting(value_uim_state_reporting: boolean): boolean
  • Set the 'UIM State Reporting' field in the message.

    Parameters

    • value_uim_state_reporting: boolean

      a #gboolean.

    Returns boolean

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

    Parameters

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