RemoteSystemDiscoveryType RemoteSystemDiscoveryType RemoteSystemDiscoveryType RemoteSystemDiscoveryType Enum

Definition

Contains the values that describe how a remote system is able to be discovered.

public : enum class RemoteSystemDiscoveryTypepublic enum RemoteSystemDiscoveryTypePublic Enum RemoteSystemDiscoveryType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

Fields

Any Any Any Any

The remote system is discoverable both through a proximal connection and through cloud connection.

Cloud Cloud Cloud Cloud

The remote system is only discoverable through cloud connection.

Proximal Proximal Proximal Proximal

The remote system is only discoverable through a proximal connection, such as a local network or Bluetooth connection.

SpatiallyProximal SpatiallyProximal SpatiallyProximal SpatiallyProximal

The remote system is discoverable through a proximal connection and is expected to be spatially near to the client device.

See Also