Flush Method

Forces a write all buffered data for the FIFO and waits for completion.

Syntax

Visual Basic
Sub Flush() 
Visual C++ (MFC)
void Flush();
Visual C++ (#import)
void Flush();

Parameters

None.

Errors

The method may throw exception. Use GetLastError method to get the error code.