Table of Contents

Class CreateDisableDigitalInputsPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that specifies a set of digital inputs to disable in the device.

public class CreateDisableDigitalInputsPayload
Inheritance
CreateDisableDigitalInputsPayload
Derived
Inherited Members

Properties

DisableDigitalInputs

Gets or sets the value that specifies a set of digital inputs to disable in the device.

public DigitalInputs DisableDigitalInputs { get; set; }

Property Value

DigitalInputs

Methods

GetMessage(MessageType)

Creates a message that specifies a set of digital inputs to disable in the device.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DisableDigitalInputs register.

GetPayload()

Creates a message payload for the DisableDigitalInputs register.

public DigitalInputs GetPayload()

Returns

DigitalInputs

The created message payload value.