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