Read-only |
About FIFO |
Description |
Returns the total number of data points in the FIFO buffer. |
VB Syntax |
value = fifo.DataCount |
Variable |
(Type) - Description |
value |
(Long Integer) Variable to store the returned number of data points. |
fifo |
A FIFO Object |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
value = fifo.DataCount 'Read |
C++ Syntax |
HRESULT get_DataCount(long *value) |
Interface |
IFIFO |