Returns the number of characters waiting in the receive buffer. This property is not available at design time.
object.InBufferCount[ = value ]
The parts of the InBufferCount property syntax are described in the following table.
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
value | An integer expression specifying the number of characters waiting in the receive buffer. |
The InBufferCount property refers to the number of characters that have been received by the modem and are waiting in the receive buffer for you to take them out. You can clear the receive buffer by setting the InBufferCount property to 0.
Integer