Table of Contents

Class GroupByRegister

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents an operator that groups the sequence of Harp.SoundCard" messages by register type.

public class GroupByRegister : Combinator<HarpMessage, IGroupedObservable<Type, HarpMessage>>
Inheritance
GroupByRegister
Inherited Members

Methods

Process(IObservable<HarpMessage>)

Groups an observable sequence of Harp.SoundCard messages by register type.

public override IObservable<IGroupedObservable<Type, HarpMessage>> Process(IObservable<HarpMessage> source)

Parameters

source IObservable<HarpMessage>

The sequence of Harp device messages.

Returns

IObservable<IGroupedObservable<Type, HarpMessage>>

A sequence of observable groups, each of which corresponds to a unique Harp.SoundCard register.