Gjsify LogoGjsify Logo

Class MessageWdsSwiCreateProfileIndexedInput

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

record

Hierarchy

  • MessageWdsSwiCreateProfileIndexedInput

Index

Constructors

Properties

name: string

Methods

  • get_apn_disabled_flag(): [boolean, boolean]
  • get_apn_name(): [boolean, string]
  • get_ipv4_address_preference(): [boolean, number]
  • get_password(): [boolean, string]
  • get_pdp_context_number(): [boolean, number]
  • get_primary_ipv4_dns_address(): [boolean, number]
  • get_profile_name(): [boolean, string]
  • get_roaming_disallowed_flag(): [boolean, boolean]
  • get_secondary_ipv4_dns_address(): [boolean, number]
  • get_username(): [boolean, string]
  • set_apn_disabled_flag(value_apn_disabled_flag: boolean): boolean
  • Set the 'APN Disabled Flag' field in the message.

    Parameters

    • value_apn_disabled_flag: boolean

      a #gboolean.

    Returns boolean

  • set_apn_name(value_apn_name: string): boolean
  • Set the 'APN Name' field in the message.

    Parameters

    • value_apn_name: string

      a constant string.

    Returns 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_pdp_context_number(value_pdp_context_number: number): boolean
  • Set the 'PDP Context Number' field in the message.

    Parameters

    • value_pdp_context_number: number

      a #guint8.

    Returns boolean

  • set_primary_ipv4_dns_address(value_primary_ipv4_dns_address: number): boolean
  • Set the 'Primary IPv4 DNS Address' field in the message.

    Parameters

    • value_primary_ipv4_dns_address: number

      a #guint32.

    Returns boolean

  • set_profile_identifier(value_profile_identifier_profile_type: WdsProfileType, value_profile_identifier_profile_index: number): boolean
  • Set the 'Profile Identifier' field in the message.

    Parameters

    • value_profile_identifier_profile_type: WdsProfileType

      a #QmiWdsProfileType.

    • value_profile_identifier_profile_index: number

      a #guint8.

    Returns boolean

  • set_profile_name(value_profile_name: string): boolean
  • Set the 'Profile Name' field in the message.

    Parameters

    • value_profile_name: string

      a constant string.

    Returns boolean

  • set_roaming_disallowed_flag(value_roaming_disallowed_flag: boolean): boolean
  • Set the 'Roaming Disallowed Flag' field in the message.

    Parameters

    • value_roaming_disallowed_flag: boolean

      a #gboolean.

    Returns boolean

  • set_secondary_ipv4_dns_address(value_secondary_ipv4_dns_address: number): boolean
  • Set the 'Secondary IPv4 DNS Address' field in the message.

    Parameters

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