Table of Contents

Method GetPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

GetPayload(HarpMessage)

Returns timestamped payload data for InterlockEnabled register messages.

public static Timestamped<InterlockEnabledConfig> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<InterlockEnabledConfig>

A value representing the timestamped message payload.