SharpPcap : SharpPcap.WinPcap Namespace

StatisticsModePacket Class

Holds network statistics entry from winpcap when in statistics mode See http://www.winpcap.org/docs/docs_41b5/html/group__wpcap__tut9.html

Syntax

public class StatisticsModePacket

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

Members

See Also: Inherited members from object.

Public Properties

[read-only]
RecievedBytes long . Number of bytes received since last sample
[read-only]
RecievedPackets long . Number of packets received since last sample
Timeval SharpPcap.PosixTimeval . This holds time value

Member Details

RecievedBytes Property

Number of bytes received since last sample

Syntax

public long RecievedBytes { 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

RecievedPackets Property

Number of packets received since last sample

Syntax

public long RecievedPackets { 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

Timeval Property

This holds time value

Syntax

public SharpPcap.PosixTimeval Timeval { 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.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0