Event that contains statistics mode data NOTE: WinPcap only
See Also: Inherited members from SharpPcap.CaptureEventArgs.
|
Constructor for a statistics mode event |
[read-only] | Device | SharpPcap.ICaptureDevice . Device this EventArgs was generated for (Inherited from SharpPcap.CaptureEventArgs.) |
[read-only] | Packet | SharpPcap.RawCapture . Packet that was captured (Inherited from SharpPcap.CaptureEventArgs.) |
[read-only] | Statistics | StatisticsModePacket . Statistics data for this event |
Constructor for a statistics mode event
Syntax
public StatisticsModeEventArgs (SharpPcap.RawCapture packet, SharpPcap.LibPcap.PcapDevice device)Parameters
- packet
- A SharpPcap.RawCapture
- device
- A SharpPcap.LibPcap.PcapDevice
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Statistics data for this event
Syntax
public StatisticsModePacket Statistics { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0