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