Table of Contents

Struct OperationControlPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents the payload of the OperationControl register.

public struct OperationControlPayload
Inherited Members

Constructors

OperationControlPayload(OperationMode, bool, bool, LedState, LedState, EnableFlag)

Initializes a new instance of the OperationControlPayload structure.

Fields

DumpRegisters

Specifies whether the device should report the content of all registers on initialization.

Heartbeat

Specifies whether the device should report the content of the seconds register each second.

MuteReplies

Specifies whether the replies to all commands will be muted, i.e. not sent by the device.

OperationLed

Specifies whether the device state LED should report the operation mode of the device.

OperationMode

Specifies the operation mode of the device.

VisualIndicators

Specifies the state of all visual indicators on the device.