C# Class NativeWifi.WlanClient

Represents a client to the Zeroconf (Native Wifi) service.
This class is the entrypoint to Native Wifi management. To manage WiFi settings, create an instance of this class.
显示文件 Open project: ATNoG/ODTONE Class Usage Examples

Public Methods

Method Description
GetStringForReasonCode ( Wlan reasonCode ) : string

Gets a string that describes a specified reason code.

WlanClient ( ) : System

Creates a new instance of a Native Wifi service client.

Private Methods

Method Description
Close ( ) : void

Closes the handle.

IDisposable ( ) : void
OnWlanNotification ( Wlan &notifyData, IntPtr context ) : void
ParseWlanConnectionNotification ( Wlan &notifyData ) : Wlan.WlanConnectionNotificationData?

Method Details

GetStringForReasonCode() public method

Gets a string that describes a specified reason code.
public GetStringForReasonCode ( Wlan reasonCode ) : string
reasonCode Wlan The reason code.
return string

WlanClient() public method

Creates a new instance of a Native Wifi service client.
public WlanClient ( ) : System
return System