Table of Contents

Class HarpSyncInputData

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class HarpSyncInputData : Source<HarpSyncInputDataFrame>
Inheritance
HarpSyncInputData
Inherited Members

Properties

DeviceName

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

Property Value

string

Methods

Generate()

Generates an observable sequence of data elements.

public override IObservable<HarpSyncInputDataFrame> Generate()

Returns

IObservable<HarpSyncInputDataFrame>

An observable sequence of data elements of type HarpSyncInputDataFrame.