Table of Contents

Class OutputPulse

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents a register that enables pulse generation on the specified digital output line.

public class OutputPulse
Inheritance
OutputPulse
Inherited Members

Fields

Address

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

RegisterLength

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

RegisterType

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

Methods

FromPayload(MessageType, DigitalOutputs)

Returns a Harp message for the OutputPulse register.

FromPayload(double, MessageType, DigitalOutputs)

Returns a timestamped Harp message for the OutputPulse register.

GetPayload(HarpMessage)

Returns the payload data for OutputPulse register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for OutputPulse register messages.