Gjsify LogoGjsify Logo

Hierarchy

  • IP6Address

Index

Constructors

Properties

name: string

Methods

  • getAddress(): Uint8Array
  • getGateway(): Uint8Array
  • getPrefix(): number
  • ref(): void
  • setAddress(addr: object): void
  • setGateway(gateway: object): void
  • Sets the IPv6 default gateway property of this address object.

    Parameters

    • gateway: object

      the IPv6 default gateway

    Returns void

  • setPrefix(prefix: number): void
  • Sets the IPv6 address prefix.

    Parameters

    • prefix: number

      the address prefix, a number between 0 and 128 inclusive

    Returns void

  • unref(): void
  • Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.

    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