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