Table of Contents

Class CreateAcquisitionStatePayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that enables the data acquisition.

public class CreateAcquisitionStatePayload
Inheritance
CreateAcquisitionStatePayload
Derived
Inherited Members

Properties

AcquisitionState

Gets or sets the value that enables the data acquisition.

public EnableFlag AcquisitionState { get; set; }

Property Value

EnableFlag

Methods

GetMessage(MessageType)

Creates a message that enables the data acquisition.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AcquisitionState register.

GetPayload()

Creates a message payload for the AcquisitionState register.

public EnableFlag GetPayload()

Returns

EnableFlag

The created message payload value.