Table of Contents

Class CreateEnableLedPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Represents an operator that creates a message payload that enables/disables the LEDs.

public class CreateEnableLedPayload
Inheritance
CreateEnableLedPayload
Derived
Inherited Members

Properties

EnableLed

Gets or sets the value that enables/disables the LEDs.

public LedState EnableLed { get; set; }

Property Value

LedState

Methods

GetMessage(MessageType)

Creates a message that enables/disables the LEDs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the EnableLed register.

GetPayload()

Creates a message payload for the EnableLed register.

public LedState GetPayload()

Returns

LedState

The created message payload value.