Table of Contents

Class CreateConfigureOutput1Payload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that configures the digital Output 1.

public class CreateConfigureOutput1Payload
Inheritance
CreateConfigureOutput1Payload
Derived
Inherited Members

Properties

ConfigureOutput1

Gets or sets the value that configures the digital Output 1.

public OutputConfiguration ConfigureOutput1 { get; set; }

Property Value

OutputConfiguration

Methods

GetMessage(MessageType)

Creates a message that configures the digital Output 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ConfigureOutput1 register.

GetPayload()

Creates a message payload for the ConfigureOutput1 register.

public OutputConfiguration GetPayload()

Returns

OutputConfiguration

The created message payload value.