Table of Contents

Class UpdateDisplay

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents an operator that writes a sequence of text strings to the Pulse Pal oLED display.

public class UpdateDisplay : Sink<string>
Inheritance
UpdateDisplay
Inherited Members

Properties

DeviceName

Gets or sets the name of the Pulse Pal device.

Methods

Process(IObservable<string>)

Writes an observable sequence of text strings to the Pulse Pal oLED display.

Process(IObservable<Tuple<string, string>>)

Writes an observable sequence of text strings to the Pulse Pal oLED display.