Share via


WifiP2pUsdBasedServiceConfig.ServiceProtocolTypeBonjour 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.

Bonjour service protocol type

[Android.Runtime.Register("SERVICE_PROTOCOL_TYPE_BONJOUR", 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 ServiceProtocolTypeBonjour = 1;
[<Android.Runtime.Register("SERVICE_PROTOCOL_TYPE_BONJOUR", 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 ServiceProtocolTypeBonjour : Android.Net.Wifi.P2p.Nsd.ServiceProtocolType

Field Value

Value = 1

Implements

Attributes

Remarks

Bonjour service protocol type

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

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