Table of Contents

Method GetTimestampedPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for ForwardSwitch register messages.

public static Timestamped<ForwardSwitchState> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<ForwardSwitchState>

A value representing the timestamped message payload.