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