Class TimestampedDirection
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Provides methods for manipulating timestamped messages from the Direction register.
public class TimestampedDirection
- Inheritance
-
TimestampedDirection
- Inherited Members
Fields
Address
Represents the address of the Direction register. This field is constant.
public const int Address = 35
Field Value
- See Also
Methods
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.
- See Also