|
VirtualDeviceAdapterFeedNextChunk Method (Int32) |
Streams a chunk of data of a specified length to the virtual device.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public void FeedNextChunk(
int chunkSize
)
Public Sub FeedNextChunk (
chunkSize As Integer
)
public:
void FeedNextChunk(
int chunkSize
)
member FeedNextChunk :
chunkSize : int -> unit
Parameters
- chunkSize
- Type: SystemInt32
The number of bytes to stream to the device.
See Also