SharpPcap : SharpPcap.AirPcap Namespace

AirPcapDeviceCapabilities Class

Capabilities for the adapter

Syntax

public class AirPcapDeviceCapabilities

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

AdapterBus AirPcapAdapterBus . The type of bus the adapter is plugged to
AdapterId AirPcapAdapterId . An id that identifies the adapter model
AdapterModelName string . String containing a printable adapter model
SupportedBands AirPcapBands . An OR combination of the bands that the device supports. Can be one of: \ref AIRPCAP_BAND_2GHZ, \ref AIRPCAP_BAND_5GHZ.
SupportedMedia AirPcapMediumType . An OR combination of the media that the device supports. Possible values are: \ref AIRPCAP_MEDIUM_802_11_A, \ref AIRPCAP_MEDIUM_802_11_B, \ref AIRPCAP_MEDIUM_802_11_G or \ref AIRPCAP_MEDIUM_802_11_N. Not supported at the moment.

Public Properties

[read-only]
CanSetTransmitPower bool . TRUE if the adapter's transmit power is can be specified by the user application.
[read-only]
CanTransmit bool . TRUE if the adapter is able to perform frame injection.
[read-only]
ExternalAntennaPlug bool . TRUE if the adapter supports plugging one or more external antennas.

Public Methods

override
ToString () : string
ToString() overload

Member Details

AdapterBus Field

The type of bus the adapter is plugged to

Syntax

public AirPcapAdapterBus AdapterBus

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

AdapterId Field

An id that identifies the adapter model

Syntax

public AirPcapAdapterId AdapterId

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

AdapterModelName Field

String containing a printable adapter model

Syntax

public string AdapterModelName

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

CanSetTransmitPower Property

TRUE if the adapter's transmit power is can be specified by the user application.

Syntax

public bool CanSetTransmitPower { get; }

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

CanTransmit Property

TRUE if the adapter is able to perform frame injection.

Syntax

public bool CanTransmit { get; }

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

ExternalAntennaPlug Property

TRUE if the adapter supports plugging one or more external antennas.

Syntax

public bool ExternalAntennaPlug { get; }

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

SupportedBands Field

An OR combination of the bands that the device supports. Can be one of: \ref AIRPCAP_BAND_2GHZ, \ref AIRPCAP_BAND_5GHZ.

Syntax

public AirPcapBands SupportedBands

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

SupportedMedia Field

An OR combination of the media that the device supports. Possible values are: \ref AIRPCAP_MEDIUM_802_11_A, \ref AIRPCAP_MEDIUM_802_11_B, \ref AIRPCAP_MEDIUM_802_11_G or \ref AIRPCAP_MEDIUM_802_11_N. Not supported at the moment.

Syntax

public AirPcapMediumType SupportedMedia

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() overload

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