WifiP2pWfdInfo.SetCoupledSinkSupportAtSource(Boolean) 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.
Sets whether Coupled Sink feature is supported by WFD Source.
[Android.Runtime.Register("setCoupledSinkSupportAtSource", "(Z)V", "", ApiSince=31)]
public void SetCoupledSinkSupportAtSource (bool enabled);
[<Android.Runtime.Register("setCoupledSinkSupportAtSource", "(Z)V", "", ApiSince=31)>]
member this.SetCoupledSinkSupportAtSource : bool -> unit
Parameters
- enabled
- Boolean
true to indicate support for coupled sink, false otherwise.
- Attributes
Remarks
Sets whether Coupled Sink feature is supported by WFD Source. See Wifi Display technical specification v1.0.0, section 4.9.
Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.setCoupledSinkSupportAtSource(boolean)
.
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.