IPktXStatistics Interface Reference
[PacketX]

Statistics class default interface. More...

List of all members.

Properties

LONG * Bytes [get]
 Number of bytes transmitted.
LONG * Packets [get]
 Number of packets transmitted.
DATE * Date [get]
 Statistics event timestamp.
LONG * TimeSec [get]
 Statistics event time.
LONG * TimeUSec [get]
 Statistics event time in microseconds.


Detailed Description

Statistics class default interface.

This interface can be used to read number of bytes and packets captured during one time interval .

Examples:

Statistics.cpp.


Property Documentation

HRESULT IPktXStatistics::Bytes [get]

Number of bytes transmitted.

Returns the number of bytes transmitted during the statistics time interval.

Returns:
HRESULT error code.

HRESULT IPktXStatistics::Packets [get]

Number of packets transmitted.

Returns the number of packets transmitted during the statistics time interval.

Returns:
HRESULT error code.

HRESULT IPktXStatistics::Date [get]

Statistics event timestamp.

Returns the statistics event generation date and time.

Returns:
HRESULT error code.

HRESULT IPktXStatistics::TimeSec [get]

Statistics event time.

Returns the statistics event generation time in the standard UNIX time format (number of seconds from 1/1/1970).

Returns:
HRESULT error code.

HRESULT IPktXStatistics::TimeUSec [get]

Statistics event time in microseconds.

Returns the statistics event generation timestamp in microseconds since system reboot.

Returns:
HRESULT error code.


The documentation for this interface was generated from the following file:

Copyright © 2000-2007 beeSync. All rights reserved.