NetworkInterface

Describes a gateway's network interface.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Internet Protocol version 4 (IPv4) address of the interface.

Link copied to clipboard

The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

Link copied to clipboard

The Media Access Control (MAC) address of the interface.

Functions

Link copied to clipboard
inline fun copy(block: NetworkInterface.Builder.() -> Unit = {}): NetworkInterface
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String