Table of Contents

Method GetPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

GetPayload(HarpMessage)

Returns timestamped payload data for Direction register messages.

public static Timestamped<DirectionState> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<DirectionState>

A value representing the timestamped message payload.