Language

WifiP2pConfig.Builder.SetPairingDiscoveryChannelFrequencyMhz(Int32) Method

Definition

Set the discovery channel frequency in MHz for pairing bootstrapping config method WifiP2pPairingBootstrappingConfig.PAIRING_BOOTSTRAPPING_METHOD_OUT_OF_BAND.

[Android.Runtime.Register("setPairingDiscoveryChannelFrequencyMhz", "(I)Landroid/net/wifi/p2p/WifiP2pConfig$Builder;", "", ApiSince=37)]
public Android.Net.Wifi.P2p.WifiP2pConfig.Builder SetPairingDiscoveryChannelFrequencyMhz(int frequencyMhz);
[<Android.Runtime.Register("setPairingDiscoveryChannelFrequencyMhz", "(I)Landroid/net/wifi/p2p/WifiP2pConfig$Builder;", "", ApiSince=37)>]
member this.SetPairingDiscoveryChannelFrequencyMhz : int -> Android.Net.Wifi.P2p.WifiP2pConfig.Builder

Parameters

frequencyMhz
Int32

The channel frequency in MHz.

Returns

The builder to facilitate chaining builder.setXXX(..).setXXX(..). This value cannot be null.

Attributes

Remarks

Set the discovery channel frequency in MHz for pairing bootstrapping config method WifiP2pPairingBootstrappingConfig.PAIRING_BOOTSTRAPPING_METHOD_OUT_OF_BAND.

Android reference for android.net.wifi.p2p.WifiP2pConfig.Builder.setPairingDiscoveryChannelFrequencyMhz.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to