Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageWdsSwiCreateProfileIndexedInput

Index

Constructors

Properties

name: string

Methods

  • getApnDisabledFlag(): [boolean, boolean]
  • Get the 'APN Disabled Flag' field from self.

    Returns [boolean, boolean]

  • getApnName(): [boolean, string]
  • Get the 'APN Name' field from self.

    Returns [boolean, string]

  • getIpv4AddressPreference(): [boolean, number]
  • Get the 'IPv4 Address Preference' field from self.

    Returns [boolean, number]

  • getPassword(): [boolean, string]
  • Get the 'Password' field from self.

    Returns [boolean, string]

  • getPdpContextNumber(): [boolean, number]
  • Get the 'PDP Context Number' field from self.

    Returns [boolean, number]

  • getPrimaryIpv4DnsAddress(): [boolean, number]
  • Get the 'Primary IPv4 DNS Address' field from self.

    Returns [boolean, number]

  • getProfileName(): [boolean, string]
  • Get the 'Profile Name' field from self.

    Returns [boolean, string]

  • getRoamingDisallowedFlag(): [boolean, boolean]
  • Get the 'Roaming Disallowed Flag' field from self.

    Returns [boolean, boolean]

  • getSecondaryIpv4DnsAddress(): [boolean, number]
  • Get the 'Secondary IPv4 DNS Address' field from self.

    Returns [boolean, number]

  • getUsername(): [boolean, string]
  • Get the 'Username' field from self.

    Returns [boolean, string]

  • setApnDisabledFlag(valueApnDisabledFlag: boolean): boolean
  • Set the 'APN Disabled Flag' field in the message.

    Parameters

    • valueApnDisabledFlag: boolean

      a #gboolean.

    Returns boolean

  • setApnName(valueApnName: string): boolean
  • Set the 'APN Name' field in the message.

    Parameters

    • valueApnName: string

      a constant string.

    Returns boolean

  • setIpv4AddressPreference(valueIpv4AddressPreference: number): boolean
  • Set the 'IPv4 Address Preference' field in the message.

    Parameters

    • valueIpv4AddressPreference: number

      a #guint32.

    Returns boolean

  • setPassword(valuePassword: string): boolean
  • Set the 'Password' field in the message.

    Parameters

    • valuePassword: string

      a constant string.

    Returns boolean

  • setPdpContextNumber(valuePdpContextNumber: number): boolean
  • Set the 'PDP Context Number' field in the message.

    Parameters

    • valuePdpContextNumber: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valuePrimaryIpv4DnsAddress: number

      a #guint32.

    Returns boolean

  • setProfileIdentifier(valueProfileIdentifierProfileType: WdsProfileType, valueProfileIdentifierProfileIndex: number): boolean
  • Set the 'Profile Identifier' field in the message.

    Parameters

    • valueProfileIdentifierProfileType: WdsProfileType

      a #QmiWdsProfileType.

    • valueProfileIdentifierProfileIndex: number

      a #guint8.

    Returns boolean

  • setProfileName(valueProfileName: string): boolean
  • Set the 'Profile Name' field in the message.

    Parameters

    • valueProfileName: string

      a constant string.

    Returns boolean

  • setRoamingDisallowedFlag(valueRoamingDisallowedFlag: boolean): boolean
  • Set the 'Roaming Disallowed Flag' field in the message.

    Parameters

    • valueRoamingDisallowedFlag: boolean

      a #gboolean.

    Returns boolean

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

    Parameters

    • valueSecondaryIpv4DnsAddress: number

      a #guint32.

    Returns boolean

  • setUsername(valueUsername: string): boolean
  • Set the 'Username' field in the message.

    Parameters

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