Class CreateStrobeSourceCam0Payload
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Represents an operator that creates a message payload that select the strobe source line for camera 0. The direct line or with pull-up.
public class CreateStrobeSourceCam0Payload
- Inheritance
-
CreateStrobeSourceCam0Payload
- Derived
- Inherited Members
Properties
StrobeSourceCam0
Gets or sets the value that select the strobe source line for camera 0. The direct line or with pull-up.
public StrobeSource StrobeSourceCam0 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that select the strobe source line for camera 0. The direct line or with pull-up.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the StrobeSourceCam0 register.
GetPayload()
Creates a message payload for the StrobeSourceCam0 register.
public StrobeSource GetPayload()
Returns
- StrobeSource
The created message payload value.