Samples

System.Collections.IEnumerable<ISample> IAcqSink.Samples { get; }

Gets the received samples and removes the samples from the sink buffer, i.e. each sample can be read exactly once from the buffer.

Value

IEnumerable<ISample> – Samples that are received between the last call of this function and now.

Remarks

This method is allowed to be called before the complete callback is received.