PerceptionMonitorChannelDeliveryMode Enum

Definition

Defines the mode of data delivery for a PerceptionMonitorChannel.

public enum class PerceptionMonitorChannelDeliveryMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Perception.Automation.Monitoring.PerceptionAutomationMonitoringContract, 65536)]
enum class PerceptionMonitorChannelDeliveryMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Perception.Automation.Monitoring.PerceptionAutomationMonitoringContract), 65536)]
public enum PerceptionMonitorChannelDeliveryMode
var value = Windows.Perception.Automation.Monitoring.PerceptionMonitorChannelDeliveryMode.bestEffort
Public Enum PerceptionMonitorChannelDeliveryMode
Inheritance
PerceptionMonitorChannelDeliveryMode
Attributes

Windows requirements

Device family
Windows Holographic Extension SDK (introduced in 10.0.14393.0)
API contract
Windows.Perception.Automation.Monitoring.PerceptionAutomationMonitoringContract (introduced in v1.0)

Fields

BestEffort 0

Data on the current channel is delivered with a best-effort protocol. The data is stateless and it's allowable to lose a buffer in transit. This is a hint that UDP may be used to transmit the data.

Guaranteed 1

Data on the current channel is delivered in-order and is guaranteed reach the destination. This is a hint that TCP may be used to transmit the data.

Applies to