Class CreateOutputPulseEnablePayload
Represents an operator that creates a message payload that enables the pulse function for the specified output lines.
public class CreateOutputPulseEnablePayload
- Inheritance
-
CreateOutputPulseEnablePayload
- Derived
- Inherited Members
Properties
OutputPulseEnable
Gets or sets the value that enables the pulse function for the specified output lines.
public DigitalOutputs OutputPulseEnable { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that enables the pulse function for the specified output lines.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the OutputPulseEnable register.
GetPayload()
Creates a message payload for the OutputPulseEnable register.
public DigitalOutputs GetPayload()
Returns
- DigitalOutputs
The created message payload value.