Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageVoiceGetConfigInput

Index

Constructors

Properties

name: string

Methods

  • get_air_timer(): [boolean, boolean]
  • get_amr_status(): [boolean, boolean]
  • get_auto_answer(): [boolean, boolean]
  • get_nam_index(): [boolean, boolean]
  • get_preferred_voice_privacy(): [boolean, boolean]
  • get_preferred_voice_service_option(): [boolean, boolean]
  • get_roam_timer(): [boolean, boolean]
  • get_tty_mode(): [boolean, boolean]
  • get_voice_domain_preference(): [boolean, boolean]
  • set_air_timer(value_air_timer: boolean): boolean
  • Set the 'Air Timer' field in the message.

    Parameters

    • value_air_timer: boolean

      a #gboolean.

    Returns boolean

  • set_amr_status(value_amr_status: boolean): boolean
  • Set the 'AMR Status' field in the message.

    Parameters

    • value_amr_status: boolean

      a #gboolean.

    Returns boolean

  • set_auto_answer(value_auto_answer: boolean): boolean
  • Set the 'Auto Answer' field in the message.

    Parameters

    • value_auto_answer: boolean

      a #gboolean.

    Returns boolean

  • set_nam_index(value_nam_index: boolean): boolean
  • Set the 'NAM Index' field in the message.

    Parameters

    • value_nam_index: boolean

      a #gboolean.

    Returns boolean

  • set_preferred_voice_privacy(value_preferred_voice_privacy: boolean): boolean
  • Set the 'Preferred Voice Privacy' field in the message.

    Parameters

    • value_preferred_voice_privacy: boolean

      a #gboolean.

    Returns boolean

  • set_preferred_voice_service_option(value_preferred_voice_service_option: boolean): boolean
  • Set the 'Preferred Voice Service Option' field in the message.

    Parameters

    • value_preferred_voice_service_option: boolean

      a #gboolean.

    Returns boolean

  • set_roam_timer(value_roam_timer: boolean): boolean
  • Set the 'Roam Timer' field in the message.

    Parameters

    • value_roam_timer: boolean

      a #gboolean.

    Returns boolean

  • set_tty_mode(value_tty_mode: boolean): boolean
  • set_voice_domain_preference(value_voice_domain_preference: boolean): boolean
  • Set the 'Voice Domain Preference' field in the message.

    Parameters

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