Table of Contents

Class OperationControl

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents a register that stores the configuration mode of the device.

public class OperationControl
Inheritance
OperationControl
Inherited Members

Fields

Address

Represents the address of the OperationControl register. This field is constant.

RegisterLength

Represents the length of the OperationControl register. This field is constant.

RegisterType

Represents the payload type of the OperationControl register. This field is constant.

Methods

FromPayload(MessageType, OperationControlPayload)

Returns a Harp message for the OperationControl register.

FromPayload(double, MessageType, OperationControlPayload)

Returns a timestamped Harp message for the OperationControl register.

GetPayload(HarpMessage)

Returns the payload data for OperationControl register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for OperationControl register messages.