Table of Contents

Method GetTimestampedPayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for DigitalInputState register messages.

public static Timestamped<DigitalInputs> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<DigitalInputs>

A value representing the timestamped message payload.