Class DO2TargetChannel
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents a register that target ADC channel that will be used to trigger a threshold event on DO2 pin.
public class DO2TargetChannel
- Inheritance
-
DO2TargetChannel
- Inherited Members
Fields
- Address
Represents the address of the DO2TargetChannel register. This field is constant.
- RegisterLength
Represents the length of the DO2TargetChannel register. This field is constant.
- RegisterType
Represents the payload type of the DO2TargetChannel register. This field is constant.
Methods
- FromPayload(MessageType, AdcChannel)
Returns a Harp message for the DO2TargetChannel register.
- FromPayload(double, MessageType, AdcChannel)
Returns a timestamped Harp message for the DO2TargetChannel register.
- GetPayload(HarpMessage)
Returns the payload data for DO2TargetChannel register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for DO2TargetChannel register messages.