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