NEHotspotHelperResult 枚举

定义

枚举热点帮助程序命令响应结果。

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

字段

AuthenticationRequired 4

为了响应“维护”命令,网络需要重新进行身份验证。

CommandNotRecognized 3

无法识别命令。

Failure 1

命令失败。

Success 0

命令成功。

TemporaryFailure 6

为了响应“authenticate”或“presentUI”命令,导致临时失败。

UIRequired 2

为了响应“身份验证”命令,需要用户交互。

UnsupportedNetwork 5

网络不受支持。

适用于