Class UpdateDisplay
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.