Table of Contents

Class CreateHardwareVersionLowPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

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

public class CreateHardwareVersionLowPayload
Inheritance
CreateHardwareVersionLowPayload
Derived
Inherited Members

Properties

HardwareVersionLow

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

public byte HardwareVersionLow { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that specifies the minor 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 HardwareVersionLow register.

GetPayload()

Creates a message payload for the HardwareVersionLow register.

public byte GetPayload()

Returns

byte

The created message payload value.