Table of Contents

Class CreateLed0CurrentPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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

public class CreateLed0CurrentPayload
Inheritance
CreateLed0CurrentPayload
Derived
Inherited Members

Properties

Led0Current

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

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

Property Value

byte

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Led0Current register.

GetPayload()

Creates a message payload for the Led0Current register.

public byte GetPayload()

Returns

byte

The created message payload value.