Table of Contents

Class CreateLed1PulseTimeTailPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Represents an operator that creates a message payload that sets the wait time between pulses (milliseconds) of LED1 when in PulseTime mode, between 1 and 65535.

public class CreateLed1PulseTimeTailPayload
Inheritance
CreateLed1PulseTimeTailPayload
Derived
Inherited Members

Properties

Led1PulseTimeTail

Gets or sets the value that sets the wait time between pulses (milliseconds) of LED1 when in PulseTime mode, between 1 and 65535.

[Range(1, 65535)]
public ushort Led1PulseTimeTail { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that sets the wait time between pulses (milliseconds) of LED1 when in PulseTime mode, between 1 and 65535.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Led1PulseTimeTail register.

GetPayload()

Creates a message payload for the Led1PulseTimeTail register.

public ushort GetPayload()

Returns

ushort

The created message payload value.