Class HarpSyncInputData
public class HarpSyncInputData : Source<HarpSyncInputDataFrame>
- Inheritance
-
HarpSyncInputData
- Inherited Members
Properties
DeviceName
[TypeConverter(typeof(HarpSyncInput.NameConverter))]
public string DeviceName { get; set; }
Property Value
Methods
Generate()
Generates an observable sequence of data elements.
public override IObservable<HarpSyncInputDataFrame> Generate()
Returns
- IObservable<HarpSyncInputDataFrame>
An observable sequence of data elements of type HarpSyncInputDataFrame.