Click or drag to resize

WaveDataReaderGetNextSample Method

Reads and returns the next sample from the stream.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public LittleBinaryValue[] GetNextSample()
View Source

Return Value

LittleBinaryValue
The next sample from the stream. The sample is returned as an array of LittleBinaryValues. Each LittleBinaryValue represents a different channel. A return value of null indicates the end of stream has been reached.
See Also