Table of Contents

Class CreateLed1PwmRealPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Represents an operator that creates a message payload that get the real frequency (Hz) of LED1 when in Pwm mode.

public class CreateLed1PwmRealPayload
Inheritance
CreateLed1PwmRealPayload
Derived
Inherited Members

Properties

Led1PwmReal

Gets or sets the value that get the real frequency (Hz) of LED1 when in Pwm mode.

public float Led1PwmReal { get; set; }

Property Value

float

Methods

GetMessage(MessageType)

Creates a message that get the real frequency (Hz) of LED1 when in Pwm mode.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Led1PwmReal register.

GetPayload()

Creates a message payload for the Led1PwmReal register.

public float GetPayload()

Returns

float

The created message payload value.