Enum for the network interface. Can be used as a bitmap in several functions. Other funtions support only one interface at a time.

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
[FlagsAttribute]
public enum NetworkInterface
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration NetworkInterface

Members

Member nameDescription
Wired
Wired Interface
Wireless
Wireless interface
Reserved
Reserved for future use

See Also