Class ReceiveMessage
Represents an operator that reads data contents from the specified OSC communication channel.
[WorkflowElementCategory(ElementCategory.Source)]
public class ReceiveMessage : Parse, IExpressionBuilder
- Inheritance
-
ReceiveMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
- ReceiveMessage()
Initializes a new instance of the ReceiveMessage class.
Properties
- ArgumentRange
Gets the range of input arguments that this expression builder accepts.
- Connection
Gets or sets the name of the communication channel to reserve for the OSC protocol.
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.