Share via


WifiP2pUsdBasedServiceConfig.ServiceProtocolTypeGeneric Field

Definition

Caution

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

Generic service protocol type

[Android.Runtime.Register("SERVICE_PROTOCOL_TYPE_GENERIC", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.Nsd.ServiceProtocolType enum directly instead of this field.", true)]
public const Android.Net.Wifi.P2p.Nsd.ServiceProtocolType ServiceProtocolTypeGeneric = 2;
[<Android.Runtime.Register("SERVICE_PROTOCOL_TYPE_GENERIC", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.Nsd.ServiceProtocolType enum directly instead of this field.", true)>]
val mutable ServiceProtocolTypeGeneric : Android.Net.Wifi.P2p.Nsd.ServiceProtocolType

Field Value

Value = 2

Implements

Attributes

Remarks

Generic service protocol type

Java documentation for android.net.wifi.p2p.nsd.WifiP2pUsdBasedServiceConfig.SERVICE_PROTOCOL_TYPE_GENERIC.

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