Table of Contents

Class CreatePwm0AcquisitionModePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that sets the acquisition mode of PWM0.

public class CreatePwm0AcquisitionModePayload
Inheritance
CreatePwm0AcquisitionModePayload
Derived
Inherited Members

Properties

Pwm0AcquisitionMode

Gets or sets the value that sets the acquisition mode of PWM0.

public AcquisitionMode Pwm0AcquisitionMode { get; set; }

Property Value

AcquisitionMode

Methods

GetMessage(MessageType)

Creates a message that sets the acquisition mode of PWM0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm0AcquisitionMode register.

GetPayload()

Creates a message payload for the Pwm0AcquisitionMode register.

public AcquisitionMode GetPayload()

Returns

AcquisitionMode

The created message payload value.