TwclNlmConnectivity Enumeration

The TwclNlmConnectivity enumeration describes the network connectivity of this machine.

Namespace: wclNlm
type
 TwclNlmConnectivity = (
 nlmDisconnected,
 nlmIPv4NoTraffic,
 nlmIPv6NoTraffic,
 nlmIPv4Subnet,
 nlmIPv4LocalNetwork,
 nlmIPv4Internet,
 nlmIPv6Subnet,
 nlmIPv6LocalNetwork,
 nlmIPv6Internet
 );

The TwclNlmConnectivity type exposes the following members.

Show:
 NameDescription
nlmDisconnected

The underlying network interfaces have no connectivity to any network.

nlmIPv4Internet

There is connectivity to the Internet using the IPv4 protocol.

nlmIPv4LocalNetwork

There is connectivity to a routed network using the IPv4 protocol.

nlmIPv4NoTraffic

There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.

nlmIPv4Subnet

There is connectivity to the local subnet using the IPv4 protocol.

nlmIPv6Internet

There is connectivity to the Internet using the IPv6 protocol.

nlmIPv6LocalNetwork

There is connectivity to a local network using the IPv6 protocol.

nlmIPv6NoTraffic

There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.

nlmIPv6Subnet

There is connectivity to the local subnet using the IPv6 protocol.

Top