Table of Contents

Method GetTimestampedPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for ReverseSwitch register messages.

public static Timestamped<ReverseSwitchState> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<ReverseSwitchState>

A value representing the timestamped message payload.