Click or drag to resize
VirtualDeviceAdapterFeedNextChunk Method (Int32)
Streams a chunk of data of a specified length to the virtual device.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public void FeedNextChunk(
	int chunkSize
)

Parameters

chunkSize
Type: SystemInt32
The number of bytes to stream to the device.
See Also