C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Close ( ) : void

Closes the handle.

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

Описание методов

GetStringForReasonCode() публичный Метод

Gets a string that describes a specified reason code.
public GetStringForReasonCode ( Wlan reasonCode ) : string
reasonCode Wlan The reason code.
Результат string

WlanClient() публичный Метод

Creates a new instance of a Native Wifi service client.
public WlanClient ( ) : System
Результат System