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. | |
This interface can be used to read number of bytes and packets captured during one time interval .
HRESULT IPktXStatistics::Bytes [get] |
Number of bytes transmitted.
Returns the number of bytes transmitted during the statistics time interval.
HRESULT IPktXStatistics::Packets [get] |
Number of packets transmitted.
Returns the number of packets transmitted during the statistics time interval.
HRESULT IPktXStatistics::Date [get] |
Statistics event timestamp.
Returns the statistics event generation date and time.
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).
HRESULT IPktXStatistics::TimeUSec [get] |
Statistics event time in microseconds.
Returns the statistics event generation timestamp in microseconds since system reboot.