Table of Contents

Method GetPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

GetPayload(HarpMessage)

Returns timestamped payload data for ProtocolDirection register messages.

public static Timestamped<ProtocolDirectionState> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<ProtocolDirectionState>

A value representing the timestamped message payload.