Table of Contents

Class CreateServo2PulseWidthPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that sets the pulse width of the Servo2 pulses (us).

public class CreateServo2PulseWidthPayload
Inheritance
CreateServo2PulseWidthPayload
Derived
Inherited Members

Properties

Servo2PulseWidth

Gets or sets the value that sets the pulse width of the Servo2 pulses (us).

public ushort Servo2PulseWidth { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that sets the pulse width of the Servo2 pulses (us).

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Servo2PulseWidth register.

GetPayload()

Creates a message payload for the Servo2PulseWidth register.

public ushort GetPayload()

Returns

ushort

The created message payload value.