Properties | |
| LONG | Bytes [get, set] |
| Number of bytes transmitted. | |
| LONG | Packets [get, set] |
| Number of packets transmitted. | |
| DATE | Date [get, set] |
| Statistics event timestamp. | |
| LONG | TimeSec [get, set] |
| Statistics event time. | |
| LONG | TimeUSec [get, set] |
| 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, set] |
Number of bytes transmitted.
Returns the number of bytes transmitted during the statistics time interval.
HRESULT IPktXStatistics::Packets [get, set] |
Number of packets transmitted.
Returns the number of packets transmitted during the statistics time interval.
HRESULT IPktXStatistics::Date [get, set] |
Statistics event timestamp.
Returns the statistics event generation date and time.
HRESULT IPktXStatistics::TimeSec [get, set] |
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, set] |
Statistics event time in microseconds.
Returns the statistics event generation timestamp in microseconds since system reboot.