Table of Contents

Method GetTimestampedPayload

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for StartPulseTrain register messages.

public static Timestamped<StartPulseTrainPayload> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<StartPulseTrainPayload>

A value representing the timestamped message payload.