WiFiAvailableNetwork.ChannelCenterFrequencyInKilohertz Property

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

Gets the channel center frequency of the band on which the 802.11 Beacon or Probe Response was received.

public:
 property int ChannelCenterFrequencyInKilohertz { int get(); };
int ChannelCenterFrequencyInKilohertz();
public int ChannelCenterFrequencyInKilohertz { get; }
var int32 = wiFiAvailableNetwork.channelCenterFrequencyInKilohertz;
Public ReadOnly Property ChannelCenterFrequencyInKilohertz As Integer

Property Value

Int32

int

The channel center frequency of the band on which the 802.11 Beacon or Probe Response frame was received. The value of this property is in units of kilohertz (kHz). Note that this member is only valid for PHY types that are not frequency-hopping spread spectrum (FHSS). In all other cases the value returned is zero.

Applies to