Table of Contents

Class CreateTriggerConfigCam1Payload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that configures the trigger source for camera 1.

public class CreateTriggerConfigCam1Payload
Inheritance
CreateTriggerConfigCam1Payload
Derived
Inherited Members

Properties

TriggerConfigCam1

Gets or sets the value that configures the trigger source for camera 1.

public TriggerSource TriggerConfigCam1 { get; set; }

Property Value

TriggerSource

Methods

GetMessage(MessageType)

Creates a message that configures the trigger source for camera 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the TriggerConfigCam1 register.

GetPayload()

Creates a message payload for the TriggerConfigCam1 register.

public TriggerSource GetPayload()

Returns

TriggerSource

The created message payload value.