Table of Contents

Class CreateFirmwareVersionLowPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that creates a message payload that specifies the minor version of the Harp core implemented by the device.

public class CreateFirmwareVersionLowPayload
Inheritance
CreateFirmwareVersionLowPayload
Derived
Inherited Members

Properties

FirmwareVersionLow

Gets or sets the value that specifies the minor version of the Harp core implemented by the device.

public byte FirmwareVersionLow { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that specifies the minor version of the Harp core implemented by the device.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the FirmwareVersionLow register.

GetPayload()

Creates a message payload for the FirmwareVersionLow register.

public byte GetPayload()

Returns

byte

The created message payload value.