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.
파일 보기 프로젝트 열기: ATNoG/ODTONE 1 사용 예제들

공개 메소드들

메소드 설명
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