BytesIn Property  
 

Returns the number of bytes that have been received by the dial-up networking device.

Syntax

[form].object.BytesIn

Remarks

The BytesIn property returns the number of bytes that have been received by the dial-up networking device. If the control is unable to determine the number of bytes received, it will return a value of zero.

This property is only supported with applications running under Windows 98 and Windows 2000. A general purpose application designed to run on all of the common Windows platforms should expect that this property may return zero as a value.

Data Type

Integer (Int32)

See Also

BytesOut Property, ConnectSpeed Property