PerceptionMonitor.Channels Property

Definition

Gets the data channels that are associated with the current monitor.

public:
 property IVectorView<PerceptionMonitorChannel ^> ^ Channels { IVectorView<PerceptionMonitorChannel ^> ^ get(); };
IVectorView<PerceptionMonitorChannel> Channels();
public IReadOnlyList<PerceptionMonitorChannel> Channels { get; }
var iVectorView = perceptionMonitor.channels;
Public ReadOnly Property Channels As IReadOnlyList(Of PerceptionMonitorChannel)

Property Value

The data channels.

Remarks

The ChannelCreated event is invoked whenever an independent channel is created. The data for each independent channel should be parallelized as much as possible.

Applies to