Class CreateConfigureDO1Payload
Represents an operator that creates a message payload that configuration of the digital output 1 (DO1).
public class CreateConfigureDO1Payload
- Inheritance
-
CreateConfigureDO1Payload
- Derived
- Inherited Members
Properties
ConfigureDO1
Gets or sets the value that configuration of the digital output 1 (DO1).
public DigitalOutputConfiguration ConfigureDO1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configuration of the digital output 1 (DO1).
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ConfigureDO1 register.
GetPayload()
Creates a message payload for the ConfigureDO1 register.
public DigitalOutputConfiguration GetPayload()
Returns
- DigitalOutputConfiguration
The created message payload value.