NsdManager.NsdStateDisabled Field

Definition

Network service discovery is disabled

[Android.Runtime.Register("NSD_STATE_DISABLED")]
public const int NsdStateDisabled = 1;
[<Android.Runtime.Register("NSD_STATE_DISABLED")>]
val mutable NsdStateDisabled : int

Field Value

Value = 1
Attributes

Remarks

Java documentation for android.net.nsd.NsdManager.NSD_STATE_DISABLED.

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

See also