Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageLocSetServerInput

Index

Constructors

Properties

name: string

Methods

  • get_ipv4(): [boolean, number, number]
  • get_ipv6(): [boolean, number[], number]
  • get_url(): [boolean, string]
  • set_ipv4(value_ipv4_ipv4_address: number, value_ipv4_ipv4_port: number): boolean
  • Set the 'IPv4' field in the message.

    Parameters

    • value_ipv4_ipv4_address: number

      a #guint32.

    • value_ipv4_ipv4_port: number

      a #guint16.

    Returns boolean

  • set_ipv6(value_ipv6_ipv6_address: number[], value_ipv6_ipv6_port: number): boolean
  • Set the 'IPv6' field in the message.

    Parameters

    • value_ipv6_ipv6_address: number[]

      a #GArray of #guint16 elements. A new reference to value_ipv6_ipv6_address will be taken, so the caller must make sure the array was created with the correct #GDestroyNotify as clear function for each element in the array.

    • value_ipv6_ipv6_port: number

      a #guint32.

    Returns boolean

  • set_url(value_url: string): boolean
  • Set the 'URL' field in the message.

    Parameters

    • value_url: string

      a constant string with a maximum length of 256 characters.

    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