Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.js.node.os
/
NetworkInterfaceInfo
/
Companion
Companion
object
Companion
Factory to create new
NetworkInterfaceInfo
records.
Members
Functions
of
Link copied to clipboard
@
JvmStatic
fun
of
(
address
:
String
,
netmask
:
String
,
family
:
String
,
mac
:
String
,
internal
:
Boolean
,
cidr
:
String
,
scopeid
:
Int
?
=
null
)
:
NetworkInterfaceInfo
Creates a new instance of
NetworkInterfaceInfo
.