IpAdapterType enum

The adapter type. Possible values for the adapter type are listed in the Ipifcons.h header file.

The table below lists common values for the adapter type although other values are possible on Windows Vista and later.

Inheritance

Constructors

IpAdapterType()
const

Values

MIB_IF_TYPE_OTHER → const IpAdapterType

Some other type of network interface.

MIB_IF_TYPE_ETHERNET → const IpAdapterType

An Ethernet network interface.

IF_TYPE_ISO88025_TOKENRING → const IpAdapterType

MIB_IF_TYPE_TOKENRING

MIB_IF_TYPE_PPP → const IpAdapterType

A PPP network interface.

MIB_IF_TYPE_LOOPBACK → const IpAdapterType

A software loopback network interface.

MIB_IF_TYPE_SLIP → const IpAdapterType

An ATM network interface.

IF_TYPE_IEEE80211 → const IpAdapterType

An IEEE 802.11 wireless network interface.

Note. This adapter type is returned on Windows Vista and later. On Windows Server 2003 and Windows XP , an IEEE 802.11 wireless network interface returns an adapter type of MIB_IF_TYPE_ETHERNET.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<IpAdapterType>
A constant List of the values in this enum, in order of their declaration.