Public Member Functions | |
| HRESULT | OnPacket ([in] IPktXPacket *pPacket) |
| Packet notification event. | |
| HRESULT | OnStatistics ([in] IPktXStatistics *pStats) |
| Statistics notification event. | |
This interface should be implemented by client sink to receive PacketX class OnPacket or OnStatistics events. In most cases the event sink is automatically implemented by the client development environment.
| HRESULT _IPktXPacketXEvents::OnPacket | ( | [in] IPktXPacket * | pPacket | ) |
| HRESULT _IPktXPacketXEvents::OnStatistics | ( | [in] IPktXStatistics * | pStats | ) |
Statistics notification event.
Notify event subscriber of collected statistics. Called periodically with fixed time interval .
| pStats | an interface pointer to Statistics object. |