C# Class NativeWifi.Wlan.WlanRateSet

Exibir arquivo Open project: ATNoG/ODTONE

Public Methods

Method Description
GetRateInMbps ( int rateIndex ) : double

Calculates the data transfer rate in mbit/line for a supported rate.

Method Details

GetRateInMbps() public method

Calculates the data transfer rate in mbit/line for a supported rate.
Thrown if does not specify an existing rate.
public GetRateInMbps ( int rateIndex ) : double
rateIndex int The WLAN rate index (0-based).
return double