WifiP2pConfig.Builder.SetPairingDiscoveryChannelFrequencyMhz(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.