Table of Contents

Class Rhd2164Data

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class Rhd2164Data : Source<Rhd2164DataFrame>
Inheritance
Rhd2164Data
Inherited Members

Properties

BufferSize

public int BufferSize { get; set; }

Property Value

int

DeviceName

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

Property Value

string

Methods

Generate()

Generates an observable sequence of data elements.

public override IObservable<Rhd2164DataFrame> Generate()

Returns

IObservable<Rhd2164DataFrame>

An observable sequence of data elements of type Rhd2164DataFrame.