Table of Contents

Class PwmStop

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents a register that stops the PWM on the selected output lines.

public class PwmStop
Inheritance
PwmStop
Inherited Members

Fields

Address

Represents the address of the PwmStop register. This field is constant.

RegisterLength

Represents the length of the PwmStop register. This field is constant.

RegisterType

Represents the payload type of the PwmStop register. This field is constant.

Methods

FromPayload(MessageType, PwmOutputs)

Returns a Harp message for the PwmStop register.

FromPayload(double, MessageType, PwmOutputs)

Returns a timestamped Harp message for the PwmStop register.

GetPayload(HarpMessage)

Returns the payload data for PwmStop register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for PwmStop register messages.