Options
All
  • Public
  • Public/Protected
  • All
Menu

A simple class for holding an IPV4 address and converting between representations

Hierarchy

  • IPV4Address

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _parts

_parts: number[]

address

address: any

Methods

asUint32

  • asUint32(): number
  • Return the dotted address as a single 32 bit integer

    X.Y.Z.W returns 0xXXYYZZWW

    Returns number

isEqual

toString

  • toString(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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

Generated using TypeDoc