Language

WiFiDirectServiceIPProtocol Enum

Definition

Deprecated. Defines constants that specify the IP protocol of the new port when a WiFiDirectServiceSession.RemotePortAdded event is raised.

public enum class WiFiDirectServiceIPProtocol
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WiFiDirectServiceIPProtocol
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WiFiDirectServiceIPProtocol is deprecated and might not work on all platforms. For more info, see Microsoft Learn.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 1245184, "Windows.Foundation.UniversalApiContract")]
enum class WiFiDirectServiceIPProtocol
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WiFiDirectServiceIPProtocol
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WiFiDirectServiceIPProtocol is deprecated and might not work on all platforms. For more info, see Microsoft Learn.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 1245184, "Windows.Foundation.UniversalApiContract")]
public enum WiFiDirectServiceIPProtocol
var value = Windows.Devices.WiFiDirect.Services.WiFiDirectServiceIPProtocol.tcp
Public Enum WiFiDirectServiceIPProtocol
Inheritance
WiFiDirectServiceIPProtocol
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Name Value Description
Tcp 6

Specifies the TCP protocol.

Udp 17

Specifies the UDP protocol.

Applies to