Table of Contents

Class CreateLedD1PwmDutyCycleRealPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

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

public class CreateLedD1PwmDutyCycleRealPayload
Inheritance
CreateLedD1PwmDutyCycleRealPayload
Derived
Inherited Members

Properties

LedD1PwmDutyCycleReal

Gets or sets the value that get the real duty cycle (%) of LED1 when in Pwm mode.

public float LedD1PwmDutyCycleReal { get; set; }

Property Value

float

Methods

GetMessage(MessageType)

Creates a message that get the real duty cycle (%) 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 LedD1PwmDutyCycleReal register.

GetPayload()

Creates a message payload for the LedD1PwmDutyCycleReal register.

public float GetPayload()

Returns

float

The created message payload value.