Partager via


WifiManager.WifiInterfaceTypeDirect Field

Definition

Caution

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

Wi-Fi interface of type Wi-Fi Direct (aka P2P).

[Android.Runtime.Register("WIFI_INTERFACE_TYPE_DIRECT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.InterfaceType enum directly instead of this field.", true)]
public const Android.Net.Wifi.InterfaceType WifiInterfaceTypeDirect = 3;
[<Android.Runtime.Register("WIFI_INTERFACE_TYPE_DIRECT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.InterfaceType enum directly instead of this field.", true)>]
val mutable WifiInterfaceTypeDirect : Android.Net.Wifi.InterfaceType

Field Value

Value = 3
Attributes

Remarks

Wi-Fi interface of type Wi-Fi Direct (aka P2P).

Java documentation for android.net.wifi.WifiManager.WIFI_INTERFACE_TYPE_DIRECT.

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