Table of Contents

Class CreateStartTimestampPayload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that specifies when the camera will start to acquire frames.

public class CreateStartTimestampPayload
Inheritance
CreateStartTimestampPayload
Derived
Inherited Members

Properties

StartTimestamp

Gets or sets the value that specifies when the camera will start to acquire frames.

public uint StartTimestamp { get; set; }

Property Value

uint

Methods

GetMessage(MessageType)

Creates a message that specifies when the camera will start to acquire frames.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the StartTimestamp register.

GetPayload()

Creates a message payload for the StartTimestamp register.

public uint GetPayload()

Returns

uint

The created message payload value.