Method Process
Process<TSource>(IObservable<TSource>)
Configures a single channel parameter on the Pulse Pal device whenever an observable sequence emits a notification.
public IObservable<TSource> Process<TSource>(IObservable<TSource> source)
Parameters
sourceIObservable<TSource>The sequence containing the notifications used to trigger configuration of the Pulse Pal channel parameter.
Returns
- IObservable<TSource>
 An observable sequence that is identical to the
sourcesequence but where there is an additional side effect of configuring a single channel parameter on the Pulse Pal device whenever the sequence emits a notification.
Type Parameters
TSourceThe type of the elements in the
sourcesequence.
Process(IObservable<PulsePalDevice>)
Configures a single channel parameter on every Pulse Pal device in the observable sequence.
public IObservable<PulsePalDevice> Process(IObservable<PulsePalDevice> source)
Parameters
sourceIObservable<PulsePalDevice>The sequence of Pulse Pal devices to configure.
Returns
- IObservable<PulsePalDevice>
 An observable sequence that is identical to the
sourcesequence but where there is an additional side effect of configuring a single channel parameter on each Pulse Pal device.