Class ProtocolPeriod
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Represents a register that sets the period, in ms, of of each step in the protocol.
public class ProtocolPeriod
- Inheritance
-
ProtocolPeriod
- Inherited Members
Fields
- Address
Represents the address of the ProtocolPeriod register. This field is constant.
- RegisterLength
Represents the length of the ProtocolPeriod register. This field is constant.
- RegisterType
Represents the payload type of the ProtocolPeriod register. This field is constant.
Methods
- FromPayload(MessageType, ushort)
Returns a Harp message for the ProtocolPeriod register.
- FromPayload(double, MessageType, ushort)
Returns a timestamped Harp message for the ProtocolPeriod register.
- GetPayload(HarpMessage)
Returns the payload data for ProtocolPeriod register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for ProtocolPeriod register messages.