Table of Contents

Class Bno055Data

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class Bno055Data : Source<Bno055DataFrame>
Inheritance
Bno055Data
Inherited Members

Properties

DeviceName

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

Property Value

string

Methods

Generate()

Generates an observable sequence of data elements.

public override IObservable<Bno055DataFrame> Generate()

Returns

IObservable<Bno055DataFrame>

An observable sequence of data elements of type Bno055DataFrame.