NetworkConst

NetworkConst ⇐ Class

Kind: global class
Extends: Class

NetworkConst()

Enumeration of all the constants used for networking.

DOMAIN_IP_V4 : string

IPv4 protocol

Kind: static constant of NetworkConst

DOMAIN_IP_V6 : string

IPv6 protocol

Kind: static constant of NetworkConst

CONFIG_DHCP : string

DHCP protocol

Kind: static constant of NetworkConst

CONFIG_STATIC : string

Static configuration

Kind: static constant of NetworkConst

WIRED : string

Ethernet connection type

Kind: static constant of NetworkConst

WIRELESS : string

Wifi connection type

Kind: static constant of NetworkConst

NONE : string

None connection type

Kind: static constant of NetworkConst

BRIDGE : string

Bridge connection type

Kind: static constant of NetworkConst

LOOPBACK : string

Loopback connection type

Kind: static constant of NetworkConst

LAST : string

Last connection type

Kind: static constant of NetworkConst