WifiP2pWfdInfo.PreferredConnectivityTdls Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.P2p.WfdInfoPreferredConnectivity enum directly instead of this field.

Wifi Display (WFD) preferred connectivity is TDLS.

[Android.Runtime.Register("PREFERRED_CONNECTIVITY_TDLS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.WfdInfoPreferredConnectivity enum directly instead of this field.", true)]
public const Android.Net.Wifi.P2p.WfdInfoPreferredConnectivity PreferredConnectivityTdls = 1;
[<Android.Runtime.Register("PREFERRED_CONNECTIVITY_TDLS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.WfdInfoPreferredConnectivity enum directly instead of this field.", true)>]
val mutable PreferredConnectivityTdls : Android.Net.Wifi.P2p.WfdInfoPreferredConnectivity

Field Value

Value = 1

Implements

Attributes

Remarks

Wifi Display (WFD) preferred connectivity is TDLS.

Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.PREFERRED_CONNECTIVITY_TDLS.

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