Table of Contents

Class Format

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

Represents an operator that formats each element of the sequence as an OSC message.

[WorkflowElementCategory(ElementCategory.Transform)]
public class Format : SelectBuilder, IExpressionBuilder
Inheritance
Format
Implements
Inherited Members
Extension Methods

Properties

Address

Gets or sets the OSC address pattern specifying which method to invoke using the formatted data.

public string Address { get; set; }

Property Value

string

Methods

BuildSelector(Expression)

When overridden in a derived class, returns the expression that maps the specified input parameter to the selector result.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that maps the input parameter to the selector result.