Table of Contents

Class CreateOperationControlPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that creates a message payload that stores the configuration mode of the device.

public class CreateOperationControlPayload
Inheritance
CreateOperationControlPayload
Derived
Inherited Members

Properties

DumpRegisters

Gets or sets a value that specifies whether the device should report the content of all registers on initialization.

Heartbeat

Gets or sets a value that specifies whether the device should report the content of the seconds register each second.

MuteReplies

Gets or sets a value that specifies whether the replies to all commands will be muted, i.e. not sent by the device.

OperationLed

Gets or sets a value that specifies whether the device state LED should report the operation mode of the device.

OperationMode

Gets or sets a value that specifies the operation mode of the device.

VisualIndicators

Gets or sets a value that specifies the state of all visual indicators on the device.

Methods

GetMessage(MessageType)

Creates a message that stores the configuration mode of the device.

GetPayload()

Creates a message payload for the OperationControl register.