Freigeben über


WiFiDirectServiceConfigurationMethod Enumeration

Definition

Werte, die beschreiben, wie die Dienstkonfiguration ausgeführt wird, wenn eine Sitzung eingerichtet wird. In der Regel ist entweder keine Eingabe erforderlich, oder ein Gerät in der Sitzung zeigt eine PIN an, und das andere Gerät erfordert die Eingabe der 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
Vererbung
WiFiDirectServiceConfigurationMethod
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Name Wert Beschreibung
Default 0

Bei der Konfiguration keine Eingabe erforderlich.

PinDisplay 1

Zeigen Sie bei der Konfiguration eine PIN an.

PinEntry 2

Fordern Sie bei der Konfiguration die PIN-Eingabe an.

Gilt für: