SharpPcap : SharpPcap.AirPcap Namespace

AirPcapStatistics Class

Device statistics

Syntax

public class AirPcapStatistics : SharpPcap.ICaptureStatistics

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Properties

CapturedPackets uint . Number of packets that pass the BPF filter, find place in the kernel buffer and therefore reach the application.
DroppedPackets uint . Documentation for this section has not yet been entered.
InterfaceDroppedPackets uint . Documentation for this section has not yet been entered.
ReceivedPackets uint . Documentation for this section has not yet been entered.

Public Methods

override
ToString () : string
ToString override

Member Details

CapturedPackets Property

Number of packets that pass the BPF filter, find place in the kernel buffer and therefore reach the application.

Syntax

public uint CapturedPackets { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

DroppedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint DroppedPackets { get; set; }

Value

Number of packets dropped

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

InterfaceDroppedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint InterfaceDroppedPackets { get; set; }

Value

Number of interface dropped packets

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ReceivedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint ReceivedPackets { get; set; }

Value

Number of packets received

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ToString Method

ToString override

Syntax

public override string ToString ()

Returns

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0