Table of Contents

Class HeartbeatCounter

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class HeartbeatCounter : Source<ManagedFrame<ushort>>
Inheritance
HeartbeatCounter
Inherited Members

Properties

DeviceName

[TypeConverter(typeof(Heartbeat.NameConverter))]
public string DeviceName { get; set; }

Property Value

string

Methods

Generate()

Generates an observable sequence of data elements.

public override IObservable<ManagedFrame<ushort>> Generate()

Returns

IObservable<ManagedFrame<ushort>>

An observable sequence of data elements of type OpenEphys.Onix.ManagedFrame{System.UInt16}.