Class CreateDigitalInputTriggerPayload
Represents an operator that creates a message payload that configuration of the digital inputs pins behavior.
public class CreateDigitalInputTriggerPayload
- Inheritance
-
CreateDigitalInputTriggerPayload
- Derived
- Inherited Members
Properties
DI0Trigger
Gets or sets a value that configuration of the DIO input pin.
public DigitalInputTriggerConfig DI0Trigger { get; set; }
Property Value
DI1Trigger
Gets or sets a value that configuration of the DI1 input pin.
public DigitalInputTriggerConfig DI1Trigger { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configuration of the digital inputs pins behavior.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DigitalInputTrigger register.
GetPayload()
Creates a message payload for the DigitalInputTrigger register.
public DigitalInputTriggerPayload GetPayload()
Returns
- DigitalInputTriggerPayload
The created message payload value.