SharpPcap : SharpPcap Namespace

ICaptureStatistics Interface

Adapter statistics, received, dropped packet counts etc

Syntax

public interface ICaptureStatistics

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

Public Properties

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.

Member Details

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
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
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
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0