Table of Contents

Class GroupByRegister

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that groups a sequence of Harp messages by register address.

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

Methods

Process(IObservable<HarpMessage>)

Groups an observable sequence of Harp messages by register address.