NEHotspotHelperCommandType 枚举

定义

枚举可向热点帮助程序发出的命令,以便于注册Wi-Fi访问。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEHotspotHelperCommandType
type NEHotspotHelperCommandType = 
继承
NEHotspotHelperCommandType
属性

字段

Authenticate 3

用于在网络上进行身份验证的命令。

Evaluate 2

用于评估网络的命令。

FilterScanList 1

用于筛选扫描列表的命令。

Logoff 6

用于注销的命令。

Maintain 5

用于维护网络连接的命令。

None 0

无命令。

PresentUI 4

用于显示用户界面的命令。

适用于