C# Class NativeWifi.Wlan.WlanInterfaceInfo

显示文件 Open project: ATNoG/ODTONE Class Usage Examples

Public Properties

Property Type Description
interfaceGuid System.Guid
isState WlanInterfaceState

Property Details

interfaceGuid public_oe property

The GUID of the interface.
public Guid,System interfaceGuid
return System.Guid

isState public_oe property

The current state of the interface.
public WlanInterfaceState isState
return WlanInterfaceState