Table of Contents

Class ConfigureFmcLinkController

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

Constructors

ConfigureFmcLinkController()

public ConfigureFmcLinkController()

Properties

HubConfiguration

public HubConfiguration HubConfiguration { get; set; }

Property Value

HubConfiguration

Methods

CheckLinkState(DeviceContext)

protected bool CheckLinkState(DeviceContext device)

Parameters

device DeviceContext

Returns

bool

ConfigurePortVoltage(DeviceContext)

protected abstract bool ConfigurePortVoltage(DeviceContext device)

Parameters

device DeviceContext

Returns

bool

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.