Holds network statistics entry from winpcap when in statistics mode See http://www.winpcap.org/docs/docs_41b5/html/group__wpcap__tut9.html
See Also: Inherited members from object.
[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 |
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
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
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