Class TimestampedForwardSwitch
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Provides methods for manipulating timestamped messages from the ForwardSwitch register.
public class TimestampedForwardSwitch
- Inheritance
-
TimestampedForwardSwitch
- Inherited Members
Fields
Address
Represents the address of the ForwardSwitch register. This field is constant.
public const int Address = 36
Field Value
- See Also
Methods
GetPayload(HarpMessage)
Returns timestamped payload data for ForwardSwitch register messages.
public static Timestamped<ForwardSwitchState> GetPayload(HarpMessage message)
Parameters
message
HarpMessageA HarpMessage object representing the register message.
Returns
- Timestamped<ForwardSwitchState>
A value representing the timestamped message payload.
- See Also