Table of Contents

Class CreateEnableSerialTimestampPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that enables the timestamp for serial TX.

public class CreateEnableSerialTimestampPayload
Inheritance
CreateEnableSerialTimestampPayload
Derived
Inherited Members

Properties

EnableSerialTimestamp

Gets or sets the value that enables the timestamp for serial TX.

public byte EnableSerialTimestamp { get; set; }

Property Value

byte

Methods

GetMessage(MessageType)

Creates a message that enables the timestamp for serial TX.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the EnableSerialTimestamp register.

GetPayload()

Creates a message payload for the EnableSerialTimestamp register.

public byte GetPayload()

Returns

byte

The created message payload value.