Table of Contents

Class CreateStrobeSourceCam1Payload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that select the strobe source line for camera 1. The direct line or with pull-up.

public class CreateStrobeSourceCam1Payload
Inheritance
CreateStrobeSourceCam1Payload
Derived
Inherited Members

Properties

StrobeSourceCam1

Gets or sets the value that select the strobe source line for camera 1. The direct line or with pull-up.

public StrobeSource StrobeSourceCam1 { get; set; }

Property Value

StrobeSource

Methods

GetMessage(MessageType)

Creates a message that select the strobe source line for camera 1. The direct line or with pull-up.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the StrobeSourceCam1 register.

GetPayload()

Creates a message payload for the StrobeSourceCam1 register.

public StrobeSource GetPayload()

Returns

StrobeSource

The created message payload value.