OutBufferCount

Returns the number of characters waiting in the transmit buffer. You can also use it to clear the transmit buffer. This property is not available at design time.

Syntax

object.OutBufferCount [ = value ]

The parts of the OutBufferCount property syntax are described in the following table.

Part Description
object An object expression that evaluates to an object.
value An integer expression that specifies the number of characters waiting in the transmit buffer.

Remarks

You can clear the transmit buffer by setting the OutBufferCount property to 0.

Data Type

Integer