This method returns statistics about the last GetData call. All of the returned statistics will report 0 until GetData has been called.

Note: This method will throw an error if there is a failure. Use a catch statement to trap errors.

Syntax


Obj ->[IDLnetJPIP::]GetStatistics( [, BIT_RATE=value] [, BYTES_STREAMED=value])

Return Value


None.

Arguments


None.

Keywords


BIT_RATE

This keyword is an optional output in double format. BIT_RATE indicates the speed of the GetData call in kilobits/second.

BYTES_STREAMED

This keyword is an optional output in unsigned long format. BYTES_STREAMED indicates the number of bytes streamed from the remote server during the last GetData call.

Version History


8.3

Introduced