Table of Contents

Class CreateDO0ConfigPayload

Namespace
Harp.Synchronizer
Assembly
Harp.Synchronizer.dll

Represents an operator that creates a message payload that configures how the DO0 pin behaves.

public class CreateDO0ConfigPayload
Inheritance
CreateDO0ConfigPayload
Derived
Inherited Members

Properties

DO0Config

Gets or sets the value that configures how the DO0 pin behaves.

public DO0ConfigMode DO0Config { get; set; }

Property Value

DO0ConfigMode

Methods

GetMessage(MessageType)

Creates a message that configures how the DO0 pin behaves.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO0Config register.

GetPayload()

Creates a message payload for the DO0Config register.

public DO0ConfigMode GetPayload()

Returns

DO0ConfigMode

The created message payload value.