Table of Contents

Class CreateDO0SyncPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents an operator that creates a message payload that configuration of the digital output pin 0.

public class CreateDO0SyncPayload
Inheritance
CreateDO0SyncPayload
Derived
Inherited Members

Properties

DO0Sync

Gets or sets the value that configuration of the digital output pin 0.

public SyncConfig DO0Sync { get; set; }

Property Value

SyncConfig

Methods

GetMessage(MessageType)

Creates a message that configuration of the digital output pin 0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO0Sync register.

GetPayload()

Creates a message payload for the DO0Sync register.

public SyncConfig GetPayload()

Returns

SyncConfig

The created message payload value.