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