Ejemplo n.º 1
0
 /// <summary>Reads data from the device to the provided buffer.</summary>
 /// <param name="buffer">The buffer.</param>
 /// <param name="offset">The offset to the first value.</param>
 /// <param name="count">The number of the values to read.</param>
 /// <returns>The number of read values.</returns>
 public int Read(float[] buffer, int offset, int count)
 {
     return(source.Read(buffer, offset, count));
 }