Holds total numbers of bytes waiting to be received by
your application.
Property type
A Long value.
Syntax
object.DataReady [= value]
The DataReady Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodTelnetDLX.
value
A Long value.
Remarks
DataReady property will return total number of bytes
waiting to be received by your application using Receive
method. This property can come handy when you need to make
a decision if you will receive data or not - preventing
Receive method to block if there's nothing already
received.
You can set DataReady thus decreasing (or clearing)
amount of data already in incoming buffer.