Table of Contents

Class CreateMessageBuilder

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Provides the abstract base class for polymorphic operators used to create specific Harp device message payloads.

[WorkflowElementCategory(ElementCategory.Source)]
public abstract class CreateMessageBuilder : HarpCombinatorBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
CreateMessageBuilder
Implements
Derived
Inherited Members

Properties

ArgumentRange

Gets the range of input arguments that this expression builder accepts.

MessageType

Gets or sets a value specifying the type of the created message.

Payload

Gets or sets the operator used to create specific Harp device message payloads.

Methods

Build(IEnumerable<Expression>)

Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.