Class CreateMessage
Represents an operator which creates a sequence of standard message payloads for Harp devices.
public class CreateMessage : CreateMessageBuilder, IExpressionBuilder, ICustomTypeDescriptor, INamedElement
- Inheritance
-
CreateMessage
- Implements
- Inherited Members
Constructors
CreateMessage()
Initializes a new instance of the CreateMessage class.
public CreateMessage()
- See Also
Properties
Payload
Gets or sets the operator used to create specific Harp device message payloads.
[Externalizable(false)]
[TypeConverter(typeof(CombinatorTypeConverter))]
public object Payload { get; set; }
Property Value
- See Also