Table of Contents

Class TimestampedStimStop

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Provides methods for manipulating timestamped messages from the StimStop register.

public class TimestampedStimStop
Inheritance
TimestampedStimStop
Inherited Members

Fields

Address

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

public const int Address = 75

Field Value

int
See Also

Methods

GetPayload(HarpMessage)

Returns timestamped payload data for StimStop register messages.

public static Timestamped<StimChannels> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<StimChannels>

A value representing the timestamped message payload.

See Also

See Also