SharpPcap : SharpPcap.AirPcap Namespace

AirPcapDeviceTimestamp Class

Defines the internal AirPcap device timestamp

Syntax

public class AirPcapDeviceTimestamp

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 Fields

DeviceTimestamp ulong . Current value of the device counter, in microseconds.
SoftwareTimestampAfter ulong . Value of the software counter used to timestamp packets after reading the device counter, in microseconds.
SoftwareTimestampBefore ulong . Value of the software counter used to timestamp packets before reading the device counter, in microseconds.

Public Methods

override
ToString () : string
ToString() override

Member Details

DeviceTimestamp Field

Current value of the device counter, in microseconds.

Syntax

public ulong DeviceTimestamp

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

SoftwareTimestampAfter Field

Value of the software counter used to timestamp packets after reading the device counter, in microseconds.

Syntax

public ulong SoftwareTimestampAfter

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

SoftwareTimestampBefore Field

Value of the software counter used to timestamp packets before reading the device counter, in microseconds.

Syntax

public ulong SoftwareTimestampBefore

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

A string

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