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 PacketXCtrl class OnPacket or OnStatistics events. In most cases the event sink is automatically implemented by the client development environment.
| HRESULT _IPktXPacketXCtrlEvents::OnPacket | ( | [in] IPktXPacket * | pPacket | ) |
| HRESULT _IPktXPacketXCtrlEvents::OnStatistics | ( | [in] IPktXStatistics * | pStats | ) |
Statistics notification event.
Notifies event subscriber of collected network statistics. Called periodically with fixed time interval .
| pStats | an interface pointer to Statistics object. |