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