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