Table of Contents

Class FilterRegisterAddress

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that filters the sequence for Harp messages matching the specified address.

[WorkflowElementCategory(ElementCategory.Combinator)]
public class FilterRegisterAddress : Combinator<HarpMessage, HarpMessage>
Inheritance
FilterRegisterAddress
Inherited Members

Properties

Address

Gets or sets the expected message address. This parameter is optional.

FilterType

Gets or sets a value specifying how the message filter will use the matching criteria.

Methods

Process(IObservable<HarpMessage>)

Returns an observable sequence of Harp messages matching the specified address.