Class ConfigureFmcLinkController
public abstract class ConfigureFmcLinkController : SingleDeviceFactory
- Inheritance
-
ConfigureFmcLinkController
- Inherited Members
Constructors
ConfigureFmcLinkController()
public ConfigureFmcLinkController()
Properties
HubConfiguration
public HubConfiguration HubConfiguration { get; set; }
Property Value
Methods
CheckLinkState(DeviceContext)
protected bool CheckLinkState(DeviceContext device)
Parameters
device
DeviceContext
Returns
ConfigurePortVoltage(DeviceContext)
protected abstract bool ConfigurePortVoltage(DeviceContext device)
Parameters
device
DeviceContext
Returns
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.