Back to product page

DataOut property


Holds total numbers of bytes waiting to leave local side.

Type

Long

Syntax

  • Basic
object.DataOut [= value]
The DataOut(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

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.

Platforms

Windows