Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageWdsStartNetworkInput

Index

Constructors

Properties

name: string

Methods

  • get_apn(): [boolean, string]
  • get_enable_autoconnect(): [boolean, boolean]
  • get_ipv4_address_preference(): [boolean, number]
  • get_password(): [boolean, string]
  • get_primary_dns_address_preference(): [boolean, number]
  • get_primary_nbns_address_preference(): [boolean, number]
  • get_profile_index_3gpp(): [boolean, number]
  • get_profile_index_3gpp2(): [boolean, number]
  • get_secondary_dns_address_preference(): [boolean, number]
  • get_secondary_nbns_address_preference(): [boolean, number]
  • get_username(): [boolean, string]
  • set_apn(value_apn: string): boolean
  • set_authentication_preference(value_authentication_preference: WdsAuthentication): boolean
  • set_enable_autoconnect(value_enable_autoconnect: boolean): boolean
  • Set the 'Enable Autoconnect' field in the message.

    Parameters

    • value_enable_autoconnect: boolean

      a #gboolean.

    Returns boolean

  • set_ip_family_preference(value_ip_family_preference: WdsIpFamily): boolean
  • set_ipv4_address_preference(value_ipv4_address_preference: number): boolean
  • Set the 'IPv4 Address Preference' field in the message.

    Parameters

    • value_ipv4_address_preference: number

      a #guint32.

    Returns boolean

  • set_password(value_password: string): boolean
  • Set the 'Password' field in the message.

    Parameters

    • value_password: string

      a constant string.

    Returns boolean

  • set_primary_dns_address_preference(value_primary_dns_address_preference: number): boolean
  • Set the 'Primary DNS Address Preference' field in the message.

    Parameters

    • value_primary_dns_address_preference: number

      a #guint32.

    Returns boolean

  • set_primary_nbns_address_preference(value_primary_nbns_address_preference: number): boolean
  • Set the 'Primary NBNS Address Preference' field in the message.

    Parameters

    • value_primary_nbns_address_preference: number

      a #guint32.

    Returns boolean

  • set_profile_index_3gpp(value_profile_index_3gpp: number): boolean
  • Set the 'Profile Index 3GPP' field in the message.

    Parameters

    • value_profile_index_3gpp: number

      a #guint8.

    Returns boolean

  • set_profile_index_3gpp2(value_profile_index_3gpp2: number): boolean
  • Set the 'Profile Index 3GPP2' field in the message.

    Parameters

    • value_profile_index_3gpp2: number

      a #guint8.

    Returns boolean

  • set_secondary_dns_address_preference(value_secondary_dns_address_preference: number): boolean
  • Set the 'Secondary DNS Address Preference' field in the message.

    Parameters

    • value_secondary_dns_address_preference: number

      a #guint32.

    Returns boolean

  • set_secondary_nbns_address_preference(value_secondary_nbns_address_preference: number): boolean
  • Set the 'Secondary NBNS Address Preference' field in the message.

    Parameters

    • value_secondary_nbns_address_preference: number

      a #guint32.

    Returns boolean

  • set_username(value_username: string): boolean
  • Set the 'Username' field in the message.

    Parameters

    • value_username: string

      a constant string.

    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