Holds total numbers of bytes waiting to leave local side.
Property type
A Long value.
Syntax
object.DataOut [= value]
The DataOut Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodTelnetDLX.
value
A Long value.
Remarks
DataOut property will return total number of bytes
waiting to be sent from local side to the server. If you're
accumulating data with Send method, it takes some time for data to
leave local side and until it's received by the server. This
property will return total number of bytes in local buffers waiting
to be delivered.