VirtualDeviceAdapter Class |
Namespace: GLNeuroTech.Devices.Common
The VirtualDeviceAdapter type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the VirtualDeviceAdapter | |
Equals | (Inherited from Object.) | |
FeedNextChunk |
Streams the next chunk of data to the virtual device.
| |
FeedNextChunk(Int32) |
Streams a chunk of data of a specified length to the virtual device.
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
DefaultChunkSize |
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.
|
Name | Description | |
---|---|---|
BaseDevice |
The underlying DaqDevice object receiving input data from the file.
| |
EndOfFileReached |
Indicates when the end of the input file has been reached and there is no more data to feed to the device.
| |
Progress |
The percentage of the input stream that has been processed.
| |
RecordingStartTime |
The date and time at which the recording began.
|