Table of Contents

Class CreatePulseModePayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Represents an operator that creates a message payload that sets the pulse mode used by the LEDs.

public class CreatePulseModePayload
Inheritance
CreatePulseModePayload
Derived
Inherited Members

Properties

Led0Mode

Gets or sets a value that sets the pulse mode used in LED0.

public PulseModeConfig Led0Mode { get; set; }

Property Value

PulseModeConfig

Led1Mode

Gets or sets a value that sets the pulse mode used in LED0.

public PulseModeConfig Led1Mode { get; set; }

Property Value

PulseModeConfig

Methods

GetMessage(MessageType)

Creates a message that sets the pulse mode used by the LEDs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PulseMode register.

GetPayload()

Creates a message payload for the PulseMode register.

public PulseModePayload GetPayload()

Returns

PulseModePayload

The created message payload value.