Table of Contents

Class CreateTriggerFrequencyCam0Payload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

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

public class CreateTriggerFrequencyCam0Payload
Inheritance
CreateTriggerFrequencyCam0Payload
Derived
Inherited Members

Properties

TriggerFrequencyCam0

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

public ushort TriggerFrequencyCam0 { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that specifies the trigger frequency for camera 0 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 TriggerFrequencyCam0 register.

GetPayload()

Creates a message payload for the TriggerFrequencyCam0 register.

public ushort GetPayload()

Returns

ushort

The created message payload value.