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
HarpMessageA HarpMessage object representing the register message.
Returns
- Timestamped<DirectionState>
A value representing the timestamped message payload.