Table of Contents

Class CreateConfigPayload

Namespace
Harp.TimestampGeneratorGen3
Assembly
Harp.TimestampGeneratorGen3.dll

Represents an operator that creates a message payload that specifies the device configuration.

public class CreateConfigPayload
Inheritance
CreateConfigPayload
Derived
Inherited Members

Properties

Config

Gets or sets the value that specifies the device configuration.

public ConfigurationFlags Config { get; set; }

Property Value

ConfigurationFlags

Methods

GetMessage(MessageType)

Creates a message that specifies the device configuration.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Config register.

GetPayload()

Creates a message payload for the Config register.

public ConfigurationFlags GetPayload()

Returns

ConfigurationFlags

The created message payload value.