Read-only |
About FIFO |
Description |
Reads the FIFO buffer data as a Variant of a specified array size (SafeArray) of 32-bit floating point (Float32) numbers. |
VB Syntax |
varray = fifo.DataAsFloat32(float32count) |
Variable |
(Type) - Description |
varray |
(Variant) Variable to store the returned data. |
fifo |
A FIFO Object |
float32count |
(Long Integer) Number of data points to read. |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
value = fifo.DataAsFloat32(4096) 'Read |
C++ Syntax |
HRESULT get_DataAsFloat32(long float32count, VARIANT* varray); |
Interface |
IFIFO2 |