Table of Contents

Class CreateMessagePayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator which creates a sequence of Harp messages with the specified payload.

public class CreateMessagePayload
Inheritance
CreateMessagePayload
Inherited Members

Properties

Address

Gets or sets the address of the register to which the Harp message refers to.

PayloadType

Gets or sets the type of data to include in the message payload.

Value

Gets or sets the data to write in the message payload.

Methods

GetMessage(MessageType)

Creates a new Harp message with the specified payload value.

GetMessage(double, MessageType)

Creates a new timestamped Harp message with the specified payload value.