public static class NetworkMonitorAutoDetect.NetworkInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
handle |
NetworkMonitorAutoDetect.IPAddress[] |
ipAddresses |
java.lang.String |
name |
NetworkMonitorAutoDetect.ConnectionType |
type |
NetworkMonitorAutoDetect.ConnectionType |
underlyingTypeForVpn |
Constructor and Description |
---|
NetworkInformation(java.lang.String name,
NetworkMonitorAutoDetect.ConnectionType type,
NetworkMonitorAutoDetect.ConnectionType underlyingTypeForVpn,
long handle,
NetworkMonitorAutoDetect.IPAddress[] addresses) |
public final java.lang.String name
public final NetworkMonitorAutoDetect.ConnectionType type
public final NetworkMonitorAutoDetect.ConnectionType underlyingTypeForVpn
public final long handle
public final NetworkMonitorAutoDetect.IPAddress[] ipAddresses
public NetworkInformation(java.lang.String name, NetworkMonitorAutoDetect.ConnectionType type, NetworkMonitorAutoDetect.ConnectionType underlyingTypeForVpn, long handle, NetworkMonitorAutoDetect.IPAddress[] addresses)
6.0.0