Table of Contents

Class CreateStartCamerasPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the camera outputs to enable in the device.

public class CreateStartCamerasPayload
Inheritance
CreateStartCamerasPayload
Derived
Inherited Members

Properties

StartCameras

Gets or sets the value that specifies the camera outputs to enable in the device.

public CameraOutputs StartCameras { get; set; }

Property Value

CameraOutputs

Methods

GetMessage(MessageType)

Creates a message that specifies the camera outputs to enable in the device.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the StartCameras register.

GetPayload()

Creates a message payload for the StartCameras register.

public CameraOutputs GetPayload()

Returns

CameraOutputs

The created message payload value.