Class CreateConfigureOutput0Payload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that configures the digital Output 0.
public class CreateConfigureOutput0Payload
- Inheritance
-
CreateConfigureOutput0Payload
- Derived
- Inherited Members
Properties
ConfigureOutput0
Gets or sets the value that configures the digital Output 0.
public OutputConfiguration ConfigureOutput0 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configures the digital Output 0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ConfigureOutput0 register.
GetPayload()
Creates a message payload for the ConfigureOutput0 register.
public OutputConfiguration GetPayload()
Returns
- OutputConfiguration
The created message payload value.