InBufferCount

This property returns the number of characters waiting in the receive buffer.

Syntax

object.InBufferCount [= value]

Parameters

object
Object expression that evaluates to a Comm control.
value
Integer expression that specifies the number of characters waiting in the receive buffer.

Remarks

The InBufferCount property is unavailable at design time.

The InBufferCount property refers to the number of characters that have been received by the modem and and placed in the receive buffer. You can clear the receive buffer by setting the InBufferCount property to 0.