Table of Contents

Class CreatePwmAndStimStatePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that writes the mapping between PWM/stimulation and the specified digital output lines in a single command.

public class CreatePwmAndStimStatePayload
Inheritance
CreatePwmAndStimStatePayload
Derived
Inherited Members

Properties

PwmAndStimState

Gets or sets the value that writes the mapping between PWM/stimulation and the specified digital output lines in a single command.

public PwmAndStimMappings PwmAndStimState { get; set; }

Property Value

PwmAndStimMappings

Methods

GetMessage(MessageType)

Creates a message that writes the mapping between PWM/stimulation and the specified digital output lines in a single command.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the PwmAndStimState register.

GetPayload()

Creates a message payload for the PwmAndStimState register.

public PwmAndStimMappings GetPayload()

Returns

PwmAndStimMappings

The created message payload value.