Capabilities for the adapter
See Also: Inherited members from object.
|
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. |
[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. |
The type of bus the adapter is plugged to
Syntax
public AirPcapAdapterBus AdapterBusRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
An id that identifies the adapter model
Syntax
public AirPcapAdapterId AdapterIdRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
String containing a printable adapter model
Syntax
public string AdapterModelNameRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
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
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
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
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 SupportedBandsRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
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 SupportedMediaRemarks
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() overload
Syntax
public override string ToString ()Returns
A stringRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0