Table of Contents

Class CreateOutputStatePayload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Represents an operator that creates a message payload that write the state of all digital output lines.

public class CreateOutputStatePayload
Inheritance
CreateOutputStatePayload
Derived
Inherited Members

Properties

OutputState

Gets or sets the value that write the state of all digital output lines.

public DigitalOutputs OutputState { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that write the state of all digital output lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OutputState register.

GetPayload()

Creates a message payload for the OutputState register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.