Class CreateInputStatePayload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that specifies the state of the digital Input 0.
public class CreateInputStatePayload
- Inheritance
-
CreateInputStatePayload
- Derived
- Inherited Members
Properties
InputState
Gets or sets the value that specifies the state of the digital Input 0.
public DigitalInputs InputState { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the state of the digital Input 0.
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.