Read-only
About FIFO

DataByteCount Property


Description

Reads the FIFO data buffer byte count.

 VB Syntax

value = fifo.DataByteCount

Variable

(Type) - Description

value

(Long) Variable to store the returned data byte count.

fifo

A FIFO Object

Return Type

Long

Default

Not Applicable

Examples

value = fifo.DataByteCount 'Read

C++ Syntax

HRESULT get_DataByteCount(long* bytecount);

Interface

IFIFO2