Dart Telnet Control
ReceiveBufferCount Property
Description
Checks for the existence of data without removing it.
Property type
Read-only property
Syntax
Visual Basic
Public Property ReceiveBufferCount As Long
Remarks

Data is collected in system buffers and must be removed using the Receive method, Search method, or Fill method. The Receive event fires to indicate that data is available. The value increases as data arrives and is collected in system buffers. The value decreases as your application calls the Receive method, Search method, or Fill method to remove data. If these methods are not invoked or are seldom invoked, then "back pressure" will be exerted at the remote host and packet transmission rates will decrease.

Windows95 Note  If the Winsock2 update is not installed, then this value may not accurately reflect the number of bytes available in the system buffers (it may be high). This behavior has been seen under high-throughput conditions. Refer to PowerTCP Distribution for more information.

See Also

Telnet Object  | Telnet Members


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic