Table of Contents

Method GetPayload

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

GetPayload(HarpMessage)

Returns timestamped payload data for StartPulseTrain register messages.

public static Timestamped<StartPulseTrainPayload> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<StartPulseTrainPayload>

A value representing the timestamped message payload.