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