Options
All
  • Public
  • Public/Protected
  • All
Menu
ngdoc

object

name

Errors.type:WifiConfigError

description

Error configuring wifi, usually while setting static IP.

Hierarchy

  • BaseError
    • WifiConfigError

Index

Constructors

Properties

Constructors

constructor

  • new WifiConfigError(message: string, staticIp?: null, dns?: null, netmask?: null, gateway?: null): WifiConfigError
  • Parameters

    • message: string
    • Default value staticIp: null = null
    • Default value dns: null = null
    • Default value netmask: null = null
    • Default value gateway: null = null

    Returns WifiConfigError

Properties

dns

dns: string | null

gateway

gateway: string | null

message

message: string

name

name: string

netmask

netmask: string | null

staticIp

staticIp: string | null

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