All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.dankito.utils.network.NetworkInterfaceState.kt Maven / Gradle / Ivy

There is a newer version: 1.0.20
Show newest version
package net.dankito.utils.network

import java.net.Inet4Address
import java.net.InetAddress


data class NetworkInterfaceState(val name: String,
                                 var isUp: Boolean,
                                 val ipV4Addresses: MutableList,
                                 var broadcastAddress: Inet4Address?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy