Clears data in the read buffer.
[Visual Basic]
Public Function ClearReadBuffer() As Boolean
[C#]
public bool ClearReadBuffer();
Return Value
Returns true if successful; otherwise false.
Example
How to clear data in the read buffer.
comm.ClearReadBuffer()
comm.ClearReadBuffer();
See Also
AwCommLE Class | Asterworld.Comm Namespace