Table of Contents

Class CreateSyncOutputStatePayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that status of the digital output pin 0. An periodic event will be emitted when DO0Sync == ToggleEachSecond.

public class CreateSyncOutputStatePayload
Inheritance
CreateSyncOutputStatePayload
Derived
Inherited Members

Properties

SyncOutputState

Gets or sets the value that status of the digital output pin 0. An periodic event will be emitted when DO0Sync == ToggleEachSecond.

public SyncOutputs SyncOutputState { get; set; }

Property Value

SyncOutputs

Methods

GetMessage(MessageType)

Creates a message that status of the digital output pin 0. An periodic event will be emitted when DO0Sync == ToggleEachSecond.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the SyncOutputState register.

GetPayload()

Creates a message payload for the SyncOutputState register.

public SyncOutputs GetPayload()

Returns

SyncOutputs

The created message payload value.