Table of Contents

Class CreateLed0PwmDutyCycleRealPayload

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

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

public class CreateLed0PwmDutyCycleRealPayload
Inheritance
CreateLed0PwmDutyCycleRealPayload
Derived
Inherited Members

Properties

Led0PwmDutyCycleReal

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

public float Led0PwmDutyCycleReal { get; set; }

Property Value

float

Methods

GetMessage(MessageType)

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

GetPayload()

Creates a message payload for the Led0PwmDutyCycleReal register.

public float GetPayload()

Returns

float

The created message payload value.