Class CreateDO1TargetChannelPayload
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents an operator that creates a message payload that target ADC channel that will be used to trigger a threshold event on DO1 pin.
public class CreateDO1TargetChannelPayload
- Inheritance
-
CreateDO1TargetChannelPayload
- Derived
- Inherited Members
Properties
DO1TargetChannel
Gets or sets the value that target ADC channel that will be used to trigger a threshold event on DO1 pin.
public AdcChannel DO1TargetChannel { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that target ADC channel that will be used to trigger a threshold event on DO1 pin.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO1TargetChannel register.
GetPayload()
Creates a message payload for the DO1TargetChannel register.
public AdcChannel GetPayload()
Returns
- AdcChannel
The created message payload value.