Reads data from a TEDS sensor into an array.
Member of the MccBoard class.
VB .NET
Public Function TEDSRead(ByVal chan As Integer, dataBuffer As Byte(), count As Integer, ByVal options As MccDaq.TEDSReadOptions) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo TEDSRead(int chan, Byte[] dataBuffer, ref int count, MccDaq.TEDSReadOptions options)
chan
A/D channel number.
dataBuffer
Pointer to the data array.
count
Number of data points to read.
options
Reserved for future use.
| Default | Reserved for future use. |