Compartir a través de


NDProximityDetectionType Enumeración

Definición

Indica el protocolo de transporte que usa el proceso de detección de proximidad.

public enum class NDProximityDetectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NDProximityDetectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("NDProximityDetectionType is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
enum class NDProximityDetectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NDProximityDetectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("NDProximityDetectionType is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public enum NDProximityDetectionType
var value = Windows.Media.Protection.PlayReady.NDProximityDetectionType.uDP
Public Enum NDProximityDetectionType
Herencia
NDProximityDetectionType
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Campos

TCP 2

La detección de proximidad usa el protocolo de transporte TCP.

TransportAgnostic 4

La detección de proximidad puede usar UDP o TCP como protocolo de transporte.

UDP 1

La detección de proximidad usa el protocolo de transporte UDP.

Se aplica a