Click or drag to resize
VirtualDeviceAdapter Class
Provides access to a "virtual" device that accepts input data from a file rather than streaming from a physical device.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.CommonVirtualDeviceAdapter

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class VirtualDeviceAdapter : IDisposable

The VirtualDeviceAdapter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the VirtualDeviceAdapter
Public methodEquals (Inherited from Object.)
Public methodFeedNextChunk
Streams the next chunk of data to the virtual device.
Public methodFeedNextChunk(Int32)
Streams a chunk of data of a specified length to the virtual device.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultChunkSize
The default number of bytes that will be read from the input file and fed to the virtual device input stream. This value is 32,767.
Top
Properties
  NameDescription
Public propertyBaseDevice
The underlying DaqDevice object receiving input data from the file.
Public propertyEndOfFileReached
Indicates when the end of the input file has been reached and there is no more data to feed to the device.
Public propertyProgress
The percentage of the input stream that has been processed.
Public propertyRecordingStartTime
The date and time at which the recording began.
Top
See Also