Table of Contents

Class CreateConfigureCam1EventPayload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that configures the event on camera 0.

public class CreateConfigureCam1EventPayload
Inheritance
CreateConfigureCam1EventPayload
Derived
Inherited Members

Properties

ConfigureCam1Event

Gets or sets the value that configures the event on camera 0.

public EventConfiguration ConfigureCam1Event { get; set; }

Property Value

EventConfiguration

Methods

GetMessage(MessageType)

Creates a message that configures the event on camera 0.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ConfigureCam1Event register.

GetPayload()

Creates a message payload for the ConfigureCam1Event register.

public EventConfiguration GetPayload()

Returns

EventConfiguration

The created message payload value.