Table of Contents

Class CreateInput1OpModePayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that configures the operation mode for digital input 1.

public class CreateInput1OpModePayload
Inheritance
CreateInput1OpModePayload
Derived
Inherited Members

Properties

Input1OpMode

Gets or sets the value that configures the operation mode for digital input 1.

public InputOpModeConfig Input1OpMode { get; set; }

Property Value

InputOpModeConfig

Methods

GetMessage(MessageType)

Creates a message that configures the operation mode for digital input 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Input1OpMode register.

GetPayload()

Creates a message payload for the Input1OpMode register.

public InputOpModeConfig GetPayload()

Returns

InputOpModeConfig

The created message payload value.