Table of Contents

Class ParseBuilder

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Provides the abstract base class for polymorphic operators used to filter and select messages from specific registers in a Harp device.

public abstract class ParseBuilder : RegisterCombinatorBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
ParseBuilder
Implements
Derived
Inherited Members

Properties

Register

Gets or sets the operator used to filter and select messages from specific device registers.

[Externalizable(false)]
[TypeConverter(typeof(CombinatorTypeConverter))]
public object Register { get; set; }

Property Value

object