Table of Contents

Class CreateLed1CurrentPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the configuration of current to drive LED 1.

public class CreateLed1CurrentPayload
Inheritance
CreateLed1CurrentPayload
Derived
Inherited Members

Properties

Led1Current

Gets or sets the value that specifies the configuration of current to drive LED 1.

[Range(2, 100)]
public byte Led1Current { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that specifies the configuration of current to drive LED 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Led1Current register.

GetPayload()

Creates a message payload for the Led1Current register.

public byte GetPayload()

Returns

byte

The created message payload value.