Table of Contents

Class CreatePwmFrequencyDO3Payload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the frequency of the PWM at DO3.

public class CreatePwmFrequencyDO3Payload
Inheritance
CreatePwmFrequencyDO3Payload
Derived
Inherited Members

Properties

PwmFrequencyDO3

Gets or sets the value that specifies the frequency of the PWM at DO3.

[Range(1, 9223372036854775807)]
public ushort PwmFrequencyDO3 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that specifies the frequency of the PWM at DO3.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PwmFrequencyDO3 register.

GetPayload()

Creates a message payload for the PwmFrequencyDO3 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.