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