Share via


TetheringOperationStatus 列舉

定義

定義 使用 NetworkOperatorTetheringOperationResult 物件傳回的值,以指出連線作業的狀態。

public enum class TetheringOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TetheringOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TetheringOperationStatus
var value = Windows.Networking.NetworkOperators.TetheringOperationStatus.success
Public Enum TetheringOperationStatus
繼承
TetheringOperationStatus
屬性

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

欄位

AlreadyOn 9

熱點已在 () 上。 只有在呼叫具有指定每個會話組態的 StartTetheringAsync 時,才會傳回此狀態。

BandInterference 11

由於主要連線頻率頻干擾 (,因此無法在要求的頻率帶上啟動行動熱點,如果主要月台連線超過 5 GHz 頻) ,則無法針對行動熱點存取點設定 6 GHz 訊號。

BluetoothDeviceOff 7

作業無法開始,因為藍牙或必要的藍牙裝置已關閉。

EntitlementCheckFailure 5

作業未完成,因為帳戶目前不支援共享作業。

EntitlementCheckTimeout 4

作業未完成,因為無法連絡行動電信業者以確認此帳戶提供連線功能。

MobileBroadbandDeviceOff 2

作業無法開始,因為行動寬頻裝置已關閉。

NetworkLimitedConnectivity 8

作業因為網路連線有限而未完成。

OperationInProgress 6

作業仍在進行。

RadioRestriction 10

由於無線電限制 (,因此無法在要求的頻率帶上啟動行動熱點,例如,6 GHz 頻帶需要 2x2 天線/雙無線電) 。

Success 0

作業已成功完成。

Unknown 1

作業的狀態不明。

WiFiDeviceOff 3

作業無法開始,因為 Wifi 裝置已關閉。

備註

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1607 14393 BluetoothDeviceOff
1607 14393 NetworkLimitedConnectivity

適用於