|
GetReadTransfer
|
|
|
The GetReadTransfer method returns total number of bytes transferred in read operations.
C++
long GetReadTransfer(void);
BASIC
GetReadTransfer() As Long
Parameters
Method has no parameters.
Return Values
The return value is the total number of bytes transferred in read operations since last reset of the counter.
The return value is 0 if no file is attached to the object.
Remarks
Method returns total number of bytes transferred with Get operations only.
Counter is reset whenever new file is opened or attached to the object.
See Also
GetWriteTransfer,
GetTransfer,
ClearReadTransfer,
ClearWriteTransfer,
Reading and Writing Data