Table of Contents

Class CreateHardwareVersionHighPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that creates a message payload that specifies the major hardware version of the device.

public class CreateHardwareVersionHighPayload
Inheritance
CreateHardwareVersionHighPayload
Derived
Inherited Members

Properties

HardwareVersionHigh

Gets or sets the value that specifies the major hardware version of the device.

public byte HardwareVersionHigh { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that specifies the major hardware version of the device.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the HardwareVersionHigh register.

GetPayload()

Creates a message payload for the HardwareVersionHigh register.

public byte GetPayload()

Returns

byte

The created message payload value.