HotspotAuthenticationResponseCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class HotspotAuthenticationResponseCode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HotspotAuthenticationResponseCode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HotspotAuthenticationResponseCode
var value = Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.noError
Public Enum HotspotAuthenticationResponseCode
- 繼承
-
HotspotAuthenticationResponseCode
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
欄位
AccessGatewayInternalError | 255 | 存取閘道發生內部錯誤。 |
LoginAborted | 151 | 驗證要求已中止。 |
LoginFailed | 100 | 熱點驗證失敗。 |
LoginSucceeded | 50 | 熱點驗證成功。 |
NetworkAdministratorError | 105 | 需要連絡網路系統管理員的錯誤。 |
NoError | 0 | 未傳迴響應。 |
RadiusServerError | 102 | 驗證服務器沒有回應。 |