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

  • getApn(): [boolean, string]
  • getEnableAutoconnect(): [boolean, boolean]
  • Get the 'Enable Autoconnect' field from self.

    Returns [boolean, boolean]

  • 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]

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

    Returns [boolean, number]

  • getPrimaryNbnsAddressPreference(): [boolean, number]
  • Get the 'Primary NBNS Address Preference' field from self.

    Returns [boolean, number]

  • getProfileIndex3gpp(): [boolean, number]
  • Get the 'Profile Index 3GPP' field from self.

    Returns [boolean, number]

  • getProfileIndex3gpp2(): [boolean, number]
  • Get the 'Profile Index 3GPP2' field from self.

    Returns [boolean, number]

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

    Returns [boolean, number]

  • getSecondaryNbnsAddressPreference(): [boolean, number]
  • Get the 'Secondary NBNS Address Preference' field from self.

    Returns [boolean, number]

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

    Returns [boolean, string]

  • setApn(valueApn: string): boolean
  • Set the 'APN' field in the message.

    Parameters

    • valueApn: string

      a constant string.

    Returns boolean

  • setAuthenticationPreference(valueAuthenticationPreference: WdsAuthentication): boolean
  • Set the 'Authentication Preference' field in the message.

    Parameters

    Returns boolean

  • setEnableAutoconnect(valueEnableAutoconnect: boolean): boolean
  • Set the 'Enable Autoconnect' field in the message.

    Parameters

    • valueEnableAutoconnect: boolean

      a #gboolean.

    Returns boolean

  • setIpFamilyPreference(valueIpFamilyPreference: WdsIpFamily): boolean
  • Set the 'IP Family Preference' field in the message.

    Parameters

    • valueIpFamilyPreference: WdsIpFamily

      a #QmiWdsIpFamily.

    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

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

    Parameters

    • valuePrimaryDnsAddressPreference: number

      a #guint32.

    Returns boolean

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

    Parameters

    • valuePrimaryNbnsAddressPreference: number

      a #guint32.

    Returns boolean

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

    Parameters

    • valueProfileIndex3gpp: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valueProfileIndex3gpp2: number

      a #guint8.

    Returns boolean

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

    Parameters

    • valueSecondaryDnsAddressPreference: number

      a #guint32.

    Returns boolean

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

    Parameters

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