Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NetworkInterfaceInfo

Index

Constructors

constructor

  • new NetworkInterfaceInfo(ifaceId: any, configured: boolean, ifaceType: any, carrier: any): NetworkInterfaceInfo

Properties

Private _ip4Addr

_ip4Addr: IPV4Address

Private _ip4DNS

_ip4DNS: IPV4Address[]

Private _ip4Gateway

_ip4Gateway: IPV4Address

Private _ip4Netmask

_ip4Netmask: IPV4Address

autoconnect

autoconnect: boolean

carrier

carrier: any

configured

configured: boolean

error

error: number

id

id: any

sharing

sharing: boolean | null

static

static: boolean

type

type: any

valid

valid: boolean

Accessors

address

address:

dnsServers

dnsServers:

gateway

gateway:

netmask

netmask:

Methods

_packFlags

  • _packFlags(): number

addDNS

  • addDNS(addr: any): void

asRPCPayload

  • asRPCPayload(): ArrayBuffer

invalidInterface

setIp4Info

  • setIp4Info(addr: any, gateway: any, netmask: any): void
  • Configure the ip address information for this interface.

    Parameters

    • addr: any
    • gateway: any
    • netmask: any

    Returns void

toString

  • toString(): string

Static FromRPC

Static ParseFlags

  • ParseFlags(flags: number): [number, boolean, boolean, boolean, boolean, boolean]

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