NetworkAdapter.IanaInterfaceType Property

Definition

Gets a value indicating the network interface type as defined by the Internet Assigned Names Authority (IANA) for the NetworkAdapter.

public:
 property unsigned int IanaInterfaceType { unsigned int get(); };
uint32_t IanaInterfaceType();
public uint IanaInterfaceType { get; }
var uInt32 = networkAdapter.ianaInterfaceType;
Public ReadOnly Property IanaInterfaceType As UInteger

Property Value

UInt32

unsigned int

uint32_t

The interface type as defined by the Internet Assigned Names Authority (IANA). The table below lists common values for the interface type, although many other values are possible (see Remarks).

Value Description
1 Some other type of network interface.
6 An Ethernet network interface.
9 A token ring network interface.
23 A PPP network interface.
24 A software loopback network interface.
37 An ATM network interface.
71 An IEEE 802.11 wireless network interface.
131 A tunnel type encapsulation network interface.
144 An IEEE 1394 (Firewire) high performance serial bus network interface.

Remarks

This property represents the interface type as defined by the Internet Assigned Names Authority (IANA). For a list of possible values, see http://www.iana.org/assignments/ianaiftype-mib.

Applies to