共用方式為


WiFiDirectServiceConfigurationMethod 列舉

定義

描述建立會話時如何執行服務組態的值。 一般而言,不需要輸入,或會話中的一個裝置會顯示 PIN,而另一個裝置需要輸入 PIN。

public enum class WiFiDirectServiceConfigurationMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WiFiDirectServiceConfigurationMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WiFiDirectServiceConfigurationMethod
var value = Windows.Devices.WiFiDirect.Services.WiFiDirectServiceConfigurationMethod.default
Public Enum WiFiDirectServiceConfigurationMethod
繼承
WiFiDirectServiceConfigurationMethod
屬性

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 引進)

欄位

名稱 Description
Default 0

在設定時不需要輸入。

PinDisplay 1

在設定時顯示 PIN。

PinEntry 2

在設定時要求 PIN 專案。

適用於