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 OutBufferCount property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | An integer expression specifying the number of characters waiting in the transmit buffer. |
Remarks
You can clear the transmit buffer by setting the OutBufferCount property to 0.
Note Do not confuse the OutBufferCount property with the OutBufferSize property which reflects the total size of the transmit buffer.
Data Type
Integer