Write-only
AboutFIFO

Clear Method


Description

Clears the FIFO data buffer.

 VB Syntax

fifo.Clear

Variable

(Type) - Description

fifo

A FIFO (object)

Default

Not Applicable

Examples

fifo.Clear 'write

C++ Syntax

HRESULT Clear();

Interface

IFIFO