Table of Contents

Class CreateTriggerFrequencyCam1Payload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that specifies the trigger frequency for camera 1 between 1 and 1000.

public class CreateTriggerFrequencyCam1Payload
Inheritance
CreateTriggerFrequencyCam1Payload
Derived
Inherited Members

Properties

TriggerFrequencyCam1

Gets or sets the value that specifies the trigger frequency for camera 1 between 1 and 1000.

public ushort TriggerFrequencyCam1 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that specifies the trigger frequency for camera 1 between 1 and 1000.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the TriggerFrequencyCam1 register.

GetPayload()

Creates a message payload for the TriggerFrequencyCam1 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.