Table of Contents

Class HubDeviceFactory

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public abstract class HubDeviceFactory : DeviceFactory, INamedElement
Inheritance
HubDeviceFactory
Implements
Derived
Inherited Members

Constructors

HubDeviceFactory()

protected HubDeviceFactory()

Properties

Name

Gets the name of the element.

public string Name { get; set; }

Property Value

string

Methods

GetFullDeviceName(string)

protected string GetFullDeviceName(string deviceName)

Parameters

deviceName string

Returns

string

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.