Table of Contents

Class ConfigureBno055

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class ConfigureBno055 : SingleDeviceFactory
Inheritance
ConfigureBno055
Inherited Members

Constructors

ConfigureBno055()

public ConfigureBno055()

Properties

Enable

public bool Enable { get; set; }

Property Value

bool

Methods

Process(IObservable<ContextTask>)

Processes an observable sequence into a new sequence of the specified element type.

public override IObservable<ContextTask> Process(IObservable<ContextTask> source)

Parameters

source IObservable<ContextTask>

The source sequence to process.

Returns

IObservable<ContextTask>

An observable sequence with elements of type ContextTask.