NDProximityDetectionType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt das Transportprotokoll an, das vom Näherungserkennungsprozess verwendet wird.
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
- Vererbung
-
NDProximityDetectionType
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
TCP | 2 | Die Näherungserkennung verwendet das TCP-Transportprotokoll. |
TransportAgnostic | 4 | Die Näherungserkennung kann entweder UDP oder TCP als Transportprotokoll verwenden. |
UDP | 1 | Die Näherungserkennung verwendet das UDP-Transportprotokoll. |