Class CreateDO0TargetChannelPayload
- 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 DO0 pin.
public class CreateDO0TargetChannelPayload
- Inheritance
-
CreateDO0TargetChannelPayload
- Derived
- Inherited Members
Properties
DO0TargetChannel
Gets or sets the value that target ADC channel that will be used to trigger a threshold event on DO0 pin.
public AdcChannel DO0TargetChannel { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that target ADC channel that will be used to trigger a threshold event on DO0 pin.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO0TargetChannel register.
GetPayload()
Creates a message payload for the DO0TargetChannel register.
public AdcChannel GetPayload()
Returns
- AdcChannel
The created message payload value.